Added more or less standard aliases for "ls -l" (ll) and "ls -A" (la).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24111 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,6 +18,8 @@ bind '"\e[5~":history-search-forward'
|
|||||||
bind '"\e[6~":history-search-backward'
|
bind '"\e[6~":history-search-backward'
|
||||||
|
|
||||||
alias ls="ls --color"
|
alias ls="ls --color"
|
||||||
|
alias ll="ls -l"
|
||||||
|
alias la="ls -A"
|
||||||
|
|
||||||
#
|
#
|
||||||
# and now we include a few useful things...
|
# and now we include a few useful things...
|
||||||
|
|||||||
Reference in New Issue
Block a user