Add alias for .. and ...
This commit is contained in:
parent
ebd3f9ce6a
commit
79648b306b
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
|
@ -66,6 +66,9 @@ up()
|
|||
cd $str
|
||||
}
|
||||
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../../'
|
||||
|
||||
# move backup files to trash
|
||||
alias clean='mv *~ ~/.Trash/'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue