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

jump backwards

This commit is contained in:
skywind3000
2020-02-09 23:39:36 +08:00
parent 756d13d8fa
commit 4abe97f989
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ if [[ -z "$_ZL_NO_ALIASES" ]]; then
alias zc='z -c'
alias zf='z -I'
alias zb='z -b'
alias zbi='z -b -i'
alias zbf='z -b -I'
alias zh='z -I -t .'
alias zzc='zz -c'
fi