Update fish config
This commit is contained in:
parent
18aab67ac4
commit
3854c1bffc
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ end
|
|||
if test -d "$HOME/.local/bin"
|
||||
fish_add_path "$HOME/.local/bin"
|
||||
end
|
||||
abbr -a cdd "cd {{ .deploydir }}"
|
||||
set -x cdd {{ .deploydir }}
|
||||
|
||||
# git
|
||||
if type -q tig
|
||||
abbr -a tiga tig --all
|
||||
end
|
||||
|
||||
# fzf
|
||||
if type -q fzf
|
||||
|
|
Loading…
Add table
Reference in a new issue