fish: random stuff (vi mode, path, aliases)
This commit is contained in:
@ -1,11 +1,15 @@
|
||||
set fish_greeting
|
||||
fish_vi_key_bindings
|
||||
|
||||
fish_add_path $HOME/.local/bin:$PATH
|
||||
fish_add_path $HOME/.local/share/cargo/bin:$PATH
|
||||
fish_add_path $HOME/.local/share/go/bin:$PATH
|
||||
fish_add_path $HOME/.local/share/npm/bin:$PATH
|
||||
fish_add_path $HOME/tools/nvim:$PATH
|
||||
fish_add_path $HOME/.config/scripts/applications:$PATH
|
||||
fish_add_path $HOME/.config/scripts/util:$PATH
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/.local/share/cargo/bin
|
||||
fish_add_path $HOME/.local/share/go/bin
|
||||
fish_add_path $HOME/.local/share/npm/bin
|
||||
fish_add_path $HOME/tools/nvim
|
||||
fish_add_path $HOME/.config/scripts/applications
|
||||
fish_add_path $HOME/.config/scripts/util
|
||||
fish_add_path xterm # for ssh
|
||||
|
||||
zoxide init fish | source
|
||||
|
||||
set EDITOR nvim
|
||||
|
||||
Reference in New Issue
Block a user