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 a7a08185c95a65c0a3b10c0f22f04b7bc50580e0
parent 3fdf4b06c877a30a225eb297d93ca95c972b2a35
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 24 Oct 2017 13:53:45 -0700

show git status by default

Diffstat:
Mlinks/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -361,4 +361,4 @@ fi [ -d ~/code/tensorflow ] && alias tensorflow='source ~/code/tensorflow/bin/activate' _has thefuck && eval "$(thefuck --alias)" -_has exa && alias ls='exa' +_has exa && alias ls='exa --git'