Skip to content

Instantly share code, notes, and snippets.

@liuxd
Last active September 5, 2017 07:35
Show Gist options
  • Save liuxd/0316ca2992abe8901d91b792c513e82c to your computer and use it in GitHub Desktop.
Save liuxd/0316ca2992abe8901d91b792c513e82c to your computer and use it in GitHub Desktop.
alias config backup.
alias h='vim /etc/hosts'
alias subl="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'"
alias loc="php -S 0.0.0.0:8000"
alias rm="rm -rf "
alias tree="tree -N"
alias ds="find . -name .DS_Store|xargs rm"
alias dh="df -h"
alias up='g add .;g ci -am up'
alias gpush='g push'
alias f='fuck'
alias ls='exa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment