Fix zoxide and repeat pwd since thats all we have for location
This commit is contained in:
parent
abac79344d
commit
33a895aaae
@ -5,7 +5,8 @@ alias lt='eza --tree --level=2 --long --icons --git'
|
||||
alias lta='lt -a'
|
||||
alias ff="fzf --preview 'batcat --style=numbers --color=always {}'"
|
||||
alias fd='fdfind'
|
||||
# alias cd='zoxide'
|
||||
alias cd="zd"
|
||||
zd() { [ $# -eq 0 ] && cd ~ && return || { z "$@" && pwd; }; }
|
||||
|
||||
# Directories
|
||||
alias ..='cd ..'
|
||||
|
Loading…
x
Reference in New Issue
Block a user