Last active
October 4, 2016 08:54
-
-
Save ahmednuaman/4400554 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
ZSH=$HOME/.oh-my-zsh | |
ZSH_THEME="muse" | |
alias zshconfig="st $HOME/.zshrc" | |
COMPLETION_WAITING_DOTS="true" | |
plugins=(git git-extras osx sublime) | |
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:$PATH | |
export PATH=$HOME/.macports/bin:$HOME/.macports/sbin:$PATH | |
export MANPATH=$HOME/.macports/share/man:$MANPATH | |
# export PATH=$HOME/.macports/apache2/bin:$PATH | |
# export PATH=$HOME/.macports/lib/mysql55/bin:$PATH | |
# export PATH=$HOME/.macports/lib/php/pear/bin:$PATH | |
# export FLEX_HOME=/Applications/Adobe\ Flash\ Builder\ 4.7/sdks/flex_sdk_4.1.0.16076A | |
# export PATH=$FLEX_HOME/bin:$PATH | |
export PATH=$HOME/bin:$PATH | |
export PATH=$HOME/.rvm/bin:$PATH | |
# export PATH=$HOME/bin/android-sdk/tools:$PATH | |
# export PATH=$HOME/bin/android-sdk/platform-tools:$PATH | |
# export PATH=$HOME/bin/heroku-client/bin:$PATH | |
export PATH=$HOME/bin/maven/bin:$PATH | |
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home | |
export NOBLE_WORKSPACE=$HOME/Sites/noble | |
export EDITOR="subl -w" | |
# Paths | |
alias sites="cd $HOME/Sites/" | |
alias lampsites="cd $HOME/Sites/___lamp/" | |
alias hosts="sudo subl /etc/hosts" | |
# -- | |
alias _ahmednuaman="cd $HOME/Sites/_ahmednuaman.com" | |
# -- | |
# Hosting | |
alias flixie="ssh root@94.76.217.12" | |
alias nas1="ssh root@192.168.1.3" | |
# Misc | |
alias getrsa="pbcopy < $HOME/.ssh/id_rsa.pub" | |
alias pserver="python -m SimpleHTTPServer 8000" | |
source $HOME/.nvm/nvm.sh | |
source $HOME/.rvm/scripts/rvm | |
source $ZSH/oh-my-zsh.sh | |
unsetopt correct_all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment