X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09..d1d7b859086e2403f07592d44e3aeeefd5c2232e:/zsh/modules/aliases.zsh diff --git a/zsh/modules/aliases.zsh b/zsh/modules/aliases.zsh index 2db24d9..0f69a9e 100644 --- a/zsh/modules/aliases.zsh +++ b/zsh/modules/aliases.zsh @@ -22,6 +22,7 @@ alias gst="git status" alias gss="gst --short" alias gL="git log --graph --decorate" alias gc='git commit --verbose' +alias gco='git checkout' alias gl="git pull" alias gm='git merge' alias gp='git push' @@ -30,7 +31,7 @@ alias gp='git push' alias grm="/usr/local/bin/gm" # JS friendly tree -alias arbol="tree -I 'node_modules|bower_components|doc'" +alias arbol="tree -I 'node_modules|bower_components|doc|__pycache__|\.pyc'" # Load Script Version Managers because they slow alias enable-nvm='source $(brew --prefix nvm)/nvm.sh'