Shuffle shell alias definitions around a bit

This commit is contained in:
2020-05-04 20:52:14 +01:00
parent 50ea657064
commit f8aac5d462
3 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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 () {

View File

@@ -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"