]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - zshrc
Updates w/new configs
[rbdr/dotfiles] / zshrc
diff --git a/zshrc b/zshrc
index e05c2847c6b2fe2acb88aae00d911720fc815740..45b29fde046582f4c19807afb4a749811f69063e 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -53,8 +53,14 @@ alias dwarffortress="/Applications/Dwarf\ Fortress/df"
 alias ls="ls -FG"
 alias rspec="rspec --color"
 alias nitro="nitrogen.js"
-
-#Screeninator and RVM scripts
+alias agjs="ag -G \".*\\.js\""
+alias agrb="ag -G \".*\\.js\""
+alias agcss="ag -G \".*\\.css\""
+alias start-occipital="node occipital_server -c /etc/occipital/configuration.json -r  -r /Users/benbeltran/Projects/nitrogen/repository_server"
+alias spawn-server="python -m SimpleHTTPServer"
+alias ta="tmux attach -t "
+
+#Tmuxinator and RVM scripts
 [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
 [[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
 
@@ -70,4 +76,9 @@ ggb() {
 # There's probably a more "zsh-ish" way of doing these, but I have no time.
 #
 
+# The python stuff.
+export WORKON_HOME=$HOME/.virtualenvs
+export PROJECT_HOME=$HOME/Projects
+source /usr/local/bin/virtualenvwrapper.sh
+
 # Customize to your needs...