aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2014-02-07 07:46:13 -0600
committerBen Beltran <ben@freshout.us>2014-02-07 07:46:13 -0600
commit357710836fcc85419856fa820a2e81bc89b2c0e4 (patch)
tree54f1f930572907b8f0ec0ceebab5f8fa0d158164 /zshrc
parent7afd149163abf1d6a1ce7f3a24709d3f9f2dbf29 (diff)
Updates w/new configs
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc13
1 files changed, 12 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index e05c284..45b29fd 100644
--- 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"
+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 "
-#Screeninator and RVM scripts
+#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...