12 lines
383 B
Fish
12 lines
383 B
Fish
set fish_greeting
|
|
|
|
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 xterm # for ssh
|
|
set EDITOR nvim
|