mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix zoxide and repeat pwd since thats all we have for location
This commit is contained in:
@ -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 ..'
|
||||
|
Reference in New Issue
Block a user