mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-25 04:51:31 +01:00
cleanup aliases, add "dot"
This commit is contained in:
parent
c003ff2c40
commit
392b6ba926
|
@ -30,6 +30,7 @@ fi
|
|||
|
||||
####
|
||||
#### Easier life (everything)
|
||||
alias dot="cd $DOTFILES"
|
||||
#### Audible bell
|
||||
alias bell='echo -en "\007"'
|
||||
|
||||
|
@ -60,9 +61,6 @@ alias stress='yes >> /dev/null'
|
|||
# use textmate to diff two files
|
||||
alias mdiff="mate -t source.diff"
|
||||
|
||||
###########################
|
||||
#### SSH Tunnels #
|
||||
###########################
|
||||
# define ssh without controlmaster
|
||||
alias ssh1="ssh -o ControlMaster=no"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user