mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 09:28:45 +00:00
add zoxide
This commit is contained in:
+5
-1
@@ -11,8 +11,12 @@ alias ll='ls -alhFG'
|
||||
alias la='ls -AG'
|
||||
alias l='ls -CFG'
|
||||
|
||||
if test $(which zoxide); then
|
||||
alias cd="z"
|
||||
fi;
|
||||
|
||||
# eza aliases, if available
|
||||
if test $(which eza); then
|
||||
if test $(which eza); then
|
||||
eza_params=(
|
||||
'--git' '--icons' '--group' '--group-directories-first'
|
||||
'--time-style=relative' '--total-size'
|
||||
|
||||
@@ -68,6 +68,5 @@ source "$ZDOTDIR/plugins/.zsh-better-npm-completion/zsh-better-npm-completion.pl
|
||||
# https://github.com/sunlei/zsh-ssh
|
||||
source "$ZDOTDIR/plugins/zsh-ssh/zsh-ssh.zsh"
|
||||
|
||||
|
||||
# https://github.com/Tarrasch/zsh-bd
|
||||
source "$ZDOTDIR/plugins/bd/bd.zsh"
|
||||
|
||||
Reference in New Issue
Block a user