mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Fix missing fd tool and bad alias
This commit is contained in:
@ -4,7 +4,6 @@ alias lsa='ls -a'
|
||||
alias lt='eza --tree --level=2 --long --icons --git'
|
||||
alias lta='lt -a'
|
||||
alias ff="fzf --preview 'bat --style=numbers --color=always {}'"
|
||||
alias fd='fdfind'
|
||||
alias cd="zd"
|
||||
zd() {
|
||||
if [ $# -eq 0 ]; then
|
||||
|
Reference in New Issue
Block a user