Skip to content

Instantly share code, notes, and snippets.

@marlonassuncao
Last active December 13, 2015 11:11
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 marlonassuncao/f58a74d25f806531598d to your computer and use it in GitHub Desktop.
Save marlonassuncao/f58a74d25f806531598d to your computer and use it in GitHub Desktop.
My .zshrc config.
# Path to your oh-my-zsh installation.
export ZSH=/Users/marlonassuncao/.oh-my-zsh
ZSH_THEME="gianu"
plugins=(git)
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
source $ZSH/oh-my-zsh.sh
# Aliases
alias g="git"
alias gc="git clone"
alias gp="git push"
alias gpl="git pull"
alias ga="git add ."
alias gcm="git commit"
alias gu="gulp"
alias gr="grunt"
alias bo="bower"
alias art="php artisan"
alias cp="composer"
alias vlix="ssh root@cloud.vlix.me"
alias vlix01="ssh root@cloud01.vlix.me"
alias cdv="cd /Users/marlonassuncao/Code"
alias sbl="sublime"
export CLICOLOR=1
export TERM=xterm-256colorexport PATH="/usr/local/sbin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment