Skip to content

Instantly share code, notes, and snippets.

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"
@dennyd
dennyd / tmux.conf
Created April 13, 2018 13:32
tmux config updated with the git branch
#################################
set -g default-terminal "screen-256color"
set -sg escape-time 0
set -g mouse on
##################################
setw -g mode-keys vi