|
|
@ -26,6 +26,11 @@ set -x cdd {{ .deploydir }}
|
|
|
|
|
|
|
|
|
|
|
|
# git
|
|
|
|
# git
|
|
|
|
abbr -a tiga tig --all
|
|
|
|
abbr -a tiga tig --all
|
|
|
|
|
|
|
|
function __git_fetch_after_cd__on_variable_pwd --on-variable PWD
|
|
|
|
|
|
|
|
if test -d .git
|
|
|
|
|
|
|
|
git fetch
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
# fzf
|
|
|
|
# fzf
|
|
|
|
function p --description "cd project"
|
|
|
|
function p --description "cd project"
|
|
|
|