dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 410a518567348a09ad3679871eae6d209af14128
parent b2c449fce1748abdbeb044ae4220f11848c8d8db
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sat, 14 Oct 2017 09:30:47 -0400

use exa as ls if installed

Diffstat:
Mlinks/.zshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -311,3 +311,5 @@ export GPG_TTY=`tty` export FZF_DEFAULT_OPTS="--preview '(highlight -O ansi -l {} || coderay {} || rougify {} || cat {}) 2> /dev/null | head -100'" [ -d ~/code/tensorflow ] && alias tensorflow='source ~/code/tensorflow/bin/activate' + +[[ "$(type -p exa)" ]] && alias ls='exa'