Designer News is where the design community meets.
over 7 years ago from David M, UI Developer
be nice
alias please=sudoalias hosts='sudo $EDITOR /etc/hosts'
alias please=sudo
alias hosts='sudo $EDITOR /etc/hosts'
list only directories
alias lsd='ls -l | grep "^d"'
cat with beautiful colors. requires Pygments installed
cat
alias c='pygmentize -0 style=monokai -f console256 -g'
undo a git push
git push
alias undopush="git push -f origin HEAD^:master"
Now playing
be nice
alias please=sudo
alias hosts='sudo $EDITOR /etc/hosts'
list only directories
alias lsd='ls -l | grep "^d"'
cat
with beautiful colors. requires Pygments installedalias c='pygmentize -0 style=monokai -f console256 -g'
undo a
git push
alias undopush="git push -f origin HEAD^:master"