Created
February 13, 2015 11:07
-
-
Save jlcampana/6e727369cfcfdcd33aba to your computer and use it in GitHub Desktop.
Bash profile del curro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LC_CTYPE=en_US.UTF-8 | |
export CLICOLOR=1 | |
export LSCOLORS=gxGxFxdxbxDxDxBxBxExEx | |
export HISTCONTROL=erasedups | |
export HISTSIZE=100000 | |
shopt -s histappend | |
LIGHT_RED="\[\033[0;91m\]" | |
LIGHT_MAGENTA="\[\033[0;95m\]" | |
LIGHT_YELLOW="\[\033[0;93m\]" | |
LIGHT_BLUE="\[\033[94m\]" | |
LIGHT_GRAY="\[\033[0;91m\]" | |
LIGHT_GREEN="\[\033[0;92m\]" | |
LIGHT_CYAN="\[\033[0;96m\]" | |
RED="\[\033[0;91m\]" | |
MAGENTA="\[\033[0;35m\]" | |
YELLOW="\[\033[0;33m\]" | |
BLUE="\[\033[34m\]" | |
CYAN="\[\033[0;36m\]" | |
GREEN="\[\033[0;32m\]" | |
export LS_OPTIONS='--color=auto' | |
export CLICOLOR='Yes' | |
export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD | |
source ~/.git-completion.bash | |
source ~/.git-prompt.sh | |
if [ -f /usr/local/share/liquidprompt ]; then | |
. /usr/local/share/liquidprompt | |
fi | |
PS1='\A-\u: \w\n└─[\$] 🍺 😪 ' | |
alias sublime='open -a "Sublime Text"' | |
alias ll='ls -laFGhT' | |
alias mou='open -a "Mou"' | |
alias ztools='cd ~/Development/Frontend/zyncro-tools' | |
alias zbase='cd ~/Development/Frontend/zyncrobase' | |
alias zopen='sublime ~/Documents/zyncrobase.sublime-project' | |
alias zrun='zbase;grunt watch' | |
alias zdoc='zbase;jekyll build;mv docs/README.md docs/index.md;mkdocs build;open -a "Google Chrome" docs/build/index.html' | |
alias zapi='ztools;dyson FakeAPI' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nuevos alias: