Created
September 10, 2018 13:31
-
-
Save dennyd/ca4ee415d943c3054ca6a43d27f24dfe to your computer and use it in GitHub Desktop.
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" | |
# 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