From d8c9dfbd94d0cdbef68a4048f0196a154ec7f560 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Wed, 4 Feb 2026 16:36:34 +0100 Subject: [PATCH] fix fish config --- modules/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/shell.nix b/modules/shell.nix index 3d82ccd..216cd85 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -33,6 +33,9 @@ # Better directory navigation set -g fish_prompt_pwd_dir_length 3 + + # Clear screen and show system info on new shell + clear && fastfetch ''; # ═══════════════════════════════════════════════════════════════