Skip to content

Instantly share code, notes, and snippets.

@dennyd
Created September 10, 2018 13:31
Show Gist options
  • Save dennyd/ca4ee415d943c3054ca6a43d27f24dfe to your computer and use it in GitHub Desktop.
Save dennyd/ca4ee415d943c3054ca6a43d27f24dfe to your computer and use it in GitHub Desktop.
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"
# Python
#export PATH="/usr/local/opt/python/libexec/bin:$PATH"
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
######
#COLORS
######
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
export PATH="/usr/local/sbin:$PATH"
# Add scripts folder to path (e.g tmux scripts)
export PATH="~/Scripts:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment