Skip to content

Instantly share code, notes, and snippets.

@13twelve
Created August 26, 2016 15:41
Show Gist options
  • Save 13twelve/b8ef0a15be8bd7ecb6af616e72820443 to your computer and use it in GitHub Desktop.
Save 13twelve/b8ef0a15be8bd7ecb6af616e72820443 to your computer and use it in GitHub Desktop.
Terminal aliases
alias hosts='subl /private/etc/hosts'
alias bash_profile="subl ~/.bash_profile"
alias gitconfig="subl ~/.gitconfig"
alias httpd.conf="subl /private/etc/apache2/httpd.conf"
alias phpini="subl /usr/local/etc/php/5.5/php.ini"
alias pingg='ping www.google.com'
alias ls="ls -G"
alias fuck="say fuck sake"
alias fans='top -o CPU -stats PID,COMMAND,CPU'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment