(zsh) update

This commit is contained in:
juancwu 2025-09-05 09:36:35 -04:00
commit 8695d529b8

View file

@ -5,6 +5,7 @@ alias gb="git branch"
alias ll="lsd -alF" alias ll="lsd -alF"
alias la="lsd -A" alias la="lsd -A"
alias l="lsd -CF" alias l="lsd -CF"
alias lg="lazygit"
# Nice line headers for logs # Nice line headers for logs
ERROR=$'\033[39;41mERROR:\033[0m' ERROR=$'\033[39;41mERROR:\033[0m'
@ -88,7 +89,7 @@ fcd() {
else else
selected_dir=$({ selected_dir=$({
# Search in ghq projects (your git repositories) # Search in ghq projects (your git repositories)
fd -t d "${exclude_args[@]}" . "$HOME/ghq" 2>/dev/null fd -t d --full-path "${exclude_args[@]}" . "$HOME/ghq" 2>/dev/null
} | fzf) } | fzf)
fi fi