Skip to content

Commit

Permalink
Adding some extra aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nateklaiber committed Jun 6, 2012
1 parent 6f1ba28 commit 704e07c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ alias saf="open -a /Applications/Safari.app"
alias chr="open -a /Applications/Chrome.app"
alias o="open"

alias rspec="time rspec"

#Memcached
alias memcached_start="sudo launchctl load /Library/LaunchDaemons/org.macports.memcached.plist"
alias memcached_stop="sudo launchctl unload /Library/LaunchDaemons/org.macports.memcached.plist"
Expand All @@ -14,6 +16,9 @@ alias memcached.stop="launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.memc
alias mysql.start="launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist"
alias mysql.stop="launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist"

alias apache.start="sudo apachectl start"
alias apache.stop="sudo apachectl stop"

# Commands
alias tu="top -o cpu"
alias tm="top -o vstat"
Expand Down

0 comments on commit 704e07c

Please sign in to comment.