mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Update fish config
This commit is contained in:
@@ -17,6 +17,13 @@ end
|
|||||||
if test -d "$HOME/.local/bin"
|
if test -d "$HOME/.local/bin"
|
||||||
fish_add_path "$HOME/.local/bin"
|
fish_add_path "$HOME/.local/bin"
|
||||||
end
|
end
|
||||||
|
abbr -a cdd "cd {{ .deploydir }}"
|
||||||
|
set -x cdd {{ .deploydir }}
|
||||||
|
|
||||||
|
# git
|
||||||
|
if type -q tig
|
||||||
|
abbr -a tiga tig --all
|
||||||
|
end
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
if type -q fzf
|
if type -q fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user