update shell config

This commit is contained in:
2026-03-15 08:51:55 +01:00
parent e0b49d5520
commit 16d2d6faa6
10 changed files with 52 additions and 71 deletions
+1 -11
View File
@@ -1,9 +1,4 @@
# PATH
fish_add_path $HOME/go/bin
fish_add_path $HOME/.cargo/bin
fish_add_path $HOME/.local/scripts
fish_add_path $HOME/.local/bin
fish_add_path $HOME/.local/share/fnm
# PATH is managed by .bash_profile
# man
if type -q bat
@@ -28,11 +23,6 @@ end
# gpg
set -x -g GPG_TTY (tty)
# fnm
if type -q fnm
eval (fnm env --shell fish)
end
# done
set -U __done_min_cmd_duration 10000
set -U __done_notification_urgency_level low