update shell config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user