fish: random stuff (vi mode, path, aliases)
This commit is contained in:
@ -1,11 +1,15 @@
|
|||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
fish_vi_key_bindings
|
||||||
|
|
||||||
fish_add_path $HOME/.local/bin:$PATH
|
fish_add_path $HOME/.local/bin
|
||||||
fish_add_path $HOME/.local/share/cargo/bin:$PATH
|
fish_add_path $HOME/.local/share/cargo/bin
|
||||||
fish_add_path $HOME/.local/share/go/bin:$PATH
|
fish_add_path $HOME/.local/share/go/bin
|
||||||
fish_add_path $HOME/.local/share/npm/bin:$PATH
|
fish_add_path $HOME/.local/share/npm/bin
|
||||||
fish_add_path $HOME/tools/nvim:$PATH
|
fish_add_path $HOME/tools/nvim
|
||||||
fish_add_path $HOME/.config/scripts/applications:$PATH
|
fish_add_path $HOME/.config/scripts/applications
|
||||||
fish_add_path $HOME/.config/scripts/util:$PATH
|
fish_add_path $HOME/.config/scripts/util
|
||||||
fish_add_path xterm # for ssh
|
fish_add_path xterm # for ssh
|
||||||
|
|
||||||
|
zoxide init fish | source
|
||||||
|
|
||||||
set EDITOR nvim
|
set EDITOR nvim
|
||||||
|
|||||||
4
.config/fish/functions/p.fish
Normal file
4
.config/fish/functions/p.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function p --wraps=pikaur --description 'alias p pikaur'
|
||||||
|
pikaur $argv
|
||||||
|
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user