summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-23 23:59:08 -0400
committerAndrew <admonty1@protonmail.com>2025-08-23 23:59:08 -0400
commit8ee69bd65b0057f9c4fb3e240750738ed00f0a5d (patch)
treeae4e63848cd9679ab5e43ce3fbe4e8c2c35e8d65
parentremoved the version from the programming language in starship prompt (diff)
downloadnixos-8ee69bd65b0057f9c4fb3e240750738ed00f0a5d.tar.gz
nixos-8ee69bd65b0057f9c4fb3e240750738ed00f0a5d.tar.bz2
nixos-8ee69bd65b0057f9c4fb3e240750738ed00f0a5d.zip
removed fish greeting
Diffstat (limited to '')
-rw-r--r--sh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh.nix b/sh.nix
index cf9b499..4c672d8 100644
--- a/sh.nix
+++ b/sh.nix
@@ -71,6 +71,7 @@ in
};
interactiveShellInit = ''
fish_vi_key_bindings
+ set -U fish_greeting
zoxide init fish | source
starship init fish | source
fzf --fish | source