mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
Shuffle shell alias definitions around a bit
This commit is contained in:
@@ -22,9 +22,9 @@ alias egs="$DOTBIN/emacs-gui-server"
|
||||
|
||||
# Utils
|
||||
alias ma="make"
|
||||
alias va="vagrant"
|
||||
alias di="colordiff"
|
||||
alias devnullsmtp="java -jar $DOTBIN/DevNullSmtp.jar"
|
||||
alias open_ports="sudo lsof -i -P | grep --color=never -i \"listen\""
|
||||
|
||||
# Homebrew
|
||||
if (( $+commands[brew] )); then
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
|
||||
# Aliases
|
||||
alias o="open"
|
||||
|
||||
# Flush DNS cache
|
||||
alias flush_dns="dscacheutil -flushcache"
|
||||
alias open_ports="sudo lsof -i -Pn | grep LISTEN"
|
||||
|
||||
# Open man page in Preview.
|
||||
pman () {
|
||||
|
||||
@@ -37,7 +37,6 @@ alias rai="bundle exec rails"
|
||||
alias rs="bundle exec rspec -f doc"
|
||||
alias cu="bundle exec cucumber"
|
||||
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
|
||||
alias va="vagrant"
|
||||
|
||||
# Bundler aliases
|
||||
alias bch="bundle check"
|
||||
|
||||
Reference in New Issue
Block a user