1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Better long list with colours

This commit is contained in:
Michiel Scholten
2014-12-09 11:20:45 +01:00
parent d53342f0e3
commit 249ae85a40

View File

@@ -16,7 +16,7 @@ fi
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias lll='ll |less -R'
alias lll='ls --color=always -alF | less -R'
# append history instead of overwriting:
shopt -s histappend