Skip to content

Commit

Permalink
zshrc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
feigner committed Sep 8, 2015
1 parent 479e7be commit c6e5288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/zshrc
Expand Up @@ -42,9 +42,9 @@ alias cdp="cd ~/Projects"
alias cds="cd ~/Projects/stumptown-v2"

# ALIAS
alias vag="vagrant"
alias glog="git log --graph --full-history --all --color --pretty=format:'%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s'"
alias glogg="git --no-pager log --graph --full-history --all --color --pretty=format:'%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s'"
alias cdaa="cd ~/Projects/alternative-apparel"

# FUNCTIONS
hr(){printf '=%.0s' $(seq $COLUMNS)} # horizontal rule
Expand Down

0 comments on commit c6e5288

Please sign in to comment.