This file contains 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
PATH=$PATH:/usr/local/bin | |
# ALIASES | |
# heroku alias | |
alias bunyan-heroku="sed -l 's/.*app\[web\..*\]\: //' | bunyan" | |
# change dir | |
alias cdpbp="cd $(pbpaste)" | |
alist ggraph="git log --graph --oneline --decorate" |
This file contains 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
################################# | |
set -g default-terminal "screen-256color" | |
set -sg escape-time 0 | |
set -g mouse on | |
################################## | |
setw -g mode-keys vi |