Added fzf, exa, and prompt-pwd to zimrc
This commit is contained in:
parent
3ba19bebd5
commit
f557369e02
2 changed files with 9 additions and 1 deletions
|
@ -1 +1,6 @@
|
|||
alias ls='ls --group-directories-first --color=always'
|
||||
if (( ! ${+commands[exa]} )); then
|
||||
alias ls='ls --group-directories-first --color=always'
|
||||
else
|
||||
alias ls='exa --group-directories-first'
|
||||
fi
|
||||
|
||||
|
|
3
.zimrc
3
.zimrc
|
@ -21,6 +21,9 @@ zmodule utility
|
|||
zmodule git-info
|
||||
# A customizable version of steeef's prompt theme.
|
||||
zmodule eriner
|
||||
zmodule prompt-pwd
|
||||
zmodule exa
|
||||
zmodule fzf
|
||||
|
||||
# Additional completion definitions for Zsh.
|
||||
zmodule zsh-users/zsh-completions
|
||||
|
|
Loading…
Reference in a new issue