Added fzf, exa, and prompt-pwd to zimrc

This commit is contained in:
Eric Renfro 2023-04-21 16:01:50 -04:00
parent 3ba19bebd5
commit f557369e02
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF
2 changed files with 9 additions and 1 deletions

View file

@ -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
View file

@ -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