Added help for some more aliases
This commit is contained in:
@@ -45,18 +45,23 @@ alias d='dirs -v'
|
|||||||
function aliases-help() {
|
function aliases-help() {
|
||||||
echo "Generic Alias Usage"
|
echo "Generic Alias Usage"
|
||||||
echo
|
echo
|
||||||
echo " sl = ls"
|
echo " sl = ls"
|
||||||
echo " ls = ls -G"
|
echo " ls = ls -G"
|
||||||
echo " la = ls -AF"
|
echo " la = ls -AF"
|
||||||
echo " ll = ls -al"
|
echo " ll = ls -al"
|
||||||
echo " l = ls -a"
|
echo " l = ls -a"
|
||||||
echo " c/k = clear"
|
echo " c/k = clear"
|
||||||
echo " .. = cd .."
|
echo " .. = cd .."
|
||||||
echo " ... = cd ../.."
|
echo " ... = cd ../.."
|
||||||
echo " - = cd -"
|
echo " - = cd -"
|
||||||
echo " h = history"
|
echo " h = history"
|
||||||
echo " md = mkdir -p"
|
echo " md = mkdir -p"
|
||||||
echo " rd = rmdir"
|
echo " rd = rmdir"
|
||||||
echo " d = dirs -v"
|
echo " d = dirs -v"
|
||||||
|
echo " editor = $EDITOR"
|
||||||
|
echo " pager = $PAGER"
|
||||||
|
echo " piano = pianobar"
|
||||||
|
echo " q = exit"
|
||||||
|
echo " irc = $IRC_CLIENT"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user