Last active
December 25, 2015 16:09
-
-
Save jeremydw/7003856 to your computer and use it in GitHub Desktop.
jeremydw's bash profile
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
PS1='\[\e[31m\]\W\[\e[0m\]\$ ' | |
alias cbp='cat ~/.bash_profile | pbcopy' | |
alias g="cd ~/git/macgrow/pygrow/" | |
alias ge="cd ~/git/macgrow/pygrow/grow/growedit/" | |
alias gs="cd ~/git/growspace/" | |
alias gt="cd ~/git" | |
alias irch='irssi -c irc.housing.berkeley.edu -p 6667' | |
# /connect -ssl irc.caffeinatedcode.com 6697 | |
alias mg="cd ~/git/macgrow/" | |
alias sbp="source ~/.bash_profile" | |
alias sdr='screen -dr' | |
alias shome="ssh -p 2222 jeremydw.no-ip.biz" | |
alias sirc='ssh irc.housing.berkeley.edu' | |
alias sjd="ssh -p 2222 jeremydw.com -D 1025" | |
alias v='vim -p' | |
alias vbp="v ~/.bash_profile" | |
alias gp='g4 pending' | |
export CLICOLOR=1 | |
export CLICOLOR=1 | |
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32' | |
export LSCOLORS=ExFxCxDxBxegedabagacad | |
export TERM=xterm-color | |
# MacPorts Installer addition on 2013-08-12_at_08:40:12: adding an appropriate PATH variable for use with MacPorts. | |
export PATH=/opt/local/bin:/opt/local/sbin:$PATH | |
# Finished adapting your PATH environment variable for use with MacPorts. | |
if [ -z "$SSH_AUTH_SOCK" ] ; then | |
eval `ssh-agent -s` | |
ssh-add | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment