1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 11:49:48 +00:00

update zsh alias

This commit is contained in:
skywind3000
2019-02-03 00:32:30 +08:00
parent 1401eb39a0
commit ab8277f0cd

View File

@@ -26,6 +26,6 @@ eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced)"
alias zz='z -i'
alias zc='z -c'
alias zf='cd "$(z -l -s | fzf --reverse --height 35%)"'
alias zf='z -I'
alias zzc='zz -c'