Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed Dec 23, 2016
1 parent e7205cc commit 26677cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ alias octave="exec '/Applications/Octave.app/Contents/Resources/bin/octave'"
alias restartsound="sudo kill -9 `ps ax|grep 'coreaudio[a-z]' |awk '{print $1}'`"
alias lock="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend"

alias sshgo="ssh -p 4444 [email protected] "
alias sshg="ssh -p 4444 [email protected] "
alias sshf="ssh [email protected] "
alias rmsvn="find ./ -name .svn -exec rm -rf {} \;"
alias rmnonsvn="svn status | grep ? | awk '{print $2}' | xargs rm -rf"

Expand Down

0 comments on commit 26677cc

Please sign in to comment.