Added my most used aliases: m=more and lal=ls -lA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24112 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,8 @@ bind '"\e[6~":history-search-backward'
|
|||||||
alias ls="ls --color"
|
alias ls="ls --color"
|
||||||
alias ll="ls -l"
|
alias ll="ls -l"
|
||||||
alias la="ls -A"
|
alias la="ls -A"
|
||||||
|
alias lal="ls -Al"
|
||||||
|
alias m="more"
|
||||||
|
|
||||||
#
|
#
|
||||||
# and now we include a few useful things...
|
# and now we include a few useful things...
|
||||||
|
|||||||
Reference in New Issue
Block a user