Install exa

https://the.exa.website
This commit is contained in:
Tony Grosinger 2019-05-14 08:53:48 -07:00
parent b78d801675
commit 4fcb20a537
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,8 @@
# Navigation
if [[ ! "$OSTYPE" == darwin* ]];
then
alias ls="ls --color=auto"
fi
#alias ls="ls --color=auto"
alias ls="exa-0.8.0 --long --header --git --group"
alias tree="exa-0.8.0 --tree"
alias c="clear"
alias ..="cd ..;"
alias la="ls -lhA"

BIN
bin/exa-0.8.0 Executable file

Binary file not shown.

View File

@ -80,6 +80,7 @@ function performSetup() {
echo "Linking bin files"
linkFile "bin/git-safedel"
linkFile "bin/diff-highlight"
linkFile "bin/exa-0.8.0"
popd > /dev/null
}