mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Better long list with colours
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
|||||||
alias ll='ls -alF'
|
alias ll='ls -alF'
|
||||||
alias la='ls -A'
|
alias la='ls -A'
|
||||||
alias l='ls -CF'
|
alias l='ls -CF'
|
||||||
alias lll='ll |less -R'
|
alias lll='ls --color=always -alF | less -R'
|
||||||
|
|
||||||
# append history instead of overwriting:
|
# append history instead of overwriting:
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
|||||||
Reference in New Issue
Block a user