16 lines
390 B
Fish
16 lines
390 B
Fish
set fish_greeting
|
|
fish_vi_key_bindings
|
|
|
|
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
|