Ask HN: Share your favourite bash/zsh aliases

https://news.ycombinator.com/item?id=9869231
by yanis_t • 11 years ago
38 73 11 years ago

I'll start by adding the most essential.

alias o="open"

alias x="exit"

alias g="git"

alias gs='git status'

alias gd='git diff'

alias g-='git checkout -'

alias serve='python -m SimpleHTTPServer 8000'

alias mem='top -l1 | grep PhysMem'

Related Stories

Loading related stories...

Source preview

news.ycombinator.com