Skip to content

Commit

Permalink
Misc aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed Oct 30, 2018
1 parent 682903a commit dabb594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ openx() {
# Shorthand version of "openx", use "xcp" instead.
alias xcp="openx"

alias chrome="open -a \"Google Chrome\""

alias podxcp="pod install && xcp"

alias esp="open -a Espresso "
Expand Down Expand Up @@ -77,6 +79,8 @@ alias pa="sudo ~/Library/Application\ Support/Steam/SteamApps/common/Planetary\

alias fix_audio="sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`"
alias restartsound="fix_audio"
alias fix_dns="sudo killall -HUP mDNSResponder"
alias restartdns="fix_dns"

# Removes duplicated lines keeping the first instance of a line.
alias uniq_inplace="awk '!x[\$0]++'"
Expand Down

0 comments on commit dabb594

Please sign in to comment.