commit
ff823f810b
20 changed files with 56 additions and 106 deletions
@ -1,35 +0,0 @@ |
|||||||
# Push and pop directories on directory stack |
|
||||||
alias pu='pushd' |
|
||||||
alias po='popd' |
|
||||||
|
|
||||||
# Basic directory operations |
|
||||||
alias ...='cd ../..' |
|
||||||
alias -- -='cd -' |
|
||||||
|
|
||||||
# Super user |
|
||||||
alias _='sudo' |
|
||||||
alias please='sudo' |
|
||||||
|
|
||||||
#alias g='grep -in' |
|
||||||
|
|
||||||
# Show history |
|
||||||
if [ "$HIST_STAMPS" = "mm/dd/yyyy" ] |
|
||||||
then |
|
||||||
alias history='fc -fl 1' |
|
||||||
elif [ "$HIST_STAMPS" = "dd.mm.yyyy" ] |
|
||||||
then |
|
||||||
alias history='fc -El 1' |
|
||||||
elif [ "$HIST_STAMPS" = "yyyy-mm-dd" ] |
|
||||||
then |
|
||||||
alias history='fc -il 1' |
|
||||||
else |
|
||||||
alias history='fc -l 1' |
|
||||||
fi |
|
||||||
# List direcory contents |
|
||||||
alias lsa='ls -lah' |
|
||||||
alias l='ls -lah' |
|
||||||
alias ll='ls -lh' |
|
||||||
alias la='ls -lAh' |
|
||||||
|
|
||||||
alias afind='ack-grep -il' |
|
||||||
|
|
||||||
Loading…
Reference in new issue