(zsh) update
This commit is contained in:
parent
f91ef5140f
commit
8695d529b8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue