Skip to content

Instantly share code, notes, and snippets.

@MikeVelazcoMtz
Created June 4, 2015 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeVelazcoMtz/051c91031db1236a7158 to your computer and use it in GitHub Desktop.
Save MikeVelazcoMtz/051c91031db1236a7158 to your computer and use it in GitHub Desktop.
My zsh settings
####################### LOCALE SETTINGS ######################
export LANG="it_IT.UTF-8"
export LC_COLLATE="it_IT.UTF-8"
export LC_CTYPE="it_IT.UTF-8"
export LC_MESSAGES="it_IT.UTF-8"
export LC_MONETARY="it_IT.UTF-8"
export LC_NUMERIC="it_IT.UTF-8"
export LC_TIME="it_IT.UTF-8"
export LC_ALL=
################### MIKE ALIASES #############################
alias subl='open -a "Sublime Text"'
alias st='open -a "Sublime Text"'
alias mvim='open -a MacVim'
alias sql='open -a "Sequel Pro"'
alias chrome='open -a /Applications/Google\ Chrome.app'
alias firefox='open -a /Applications/Firefox.app/'
alias ll="ls -a -l"
alias cl="clear"
alias bye="exit"
alias .="source"
alias zconf="vim $HOME/.zshrc"
alias zrun="source $HOME/.zshrc"
alias vac=". bin/activate"
alias eclipse="open -a \"Eclipse\""
###### C/PYTHON SETTINGS ###################
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment