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 154098f0edbca75478f5883b6958cd7b1f29fa4f
parent e2536caa8d04b7b3c6b2189cea647021c86b241a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 19 Aug 2015 12:55:47 +0200

ls is the new ll

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

diff --git a/.zshrc b/.zshrc @@ -94,7 +94,7 @@ alias ....='cd ../../..' alias .....='cd ../../../..' alias ......='cd ../../../../..' alias ']'='open' -alias ll='ls -alFh' +alias ls='ls -alFh' alias la='ls -A' alias lla='ls -lA' alias l='ls -CF'