dotfiles/zsh/environment/host/wok/zshrc

16 lines
527 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
2021-03-08 05:07:05 +00:00
GF_BASE="/Users/james/Code/GreenFiling/eclipse/GreenFiling"
GF_JOURNAL="/Users/james/Code/GreenFiling/eclipse/JournalClient"
GF_ONELEGAL="/Users/james/Code/GreenFiling/eclipse/OneLegalClient"
GF_TYLER="/Users/james/Code/GreenFiling/eclipse/TexFileClient"
GF_TYBERA="/Users/james/Code/GreenFiling/eclipse/TyberaClient"
GF_LOG="/Users/james/Code/GreenFiling/data/logs"
2021-03-08 05:07:05 +00:00
switch () {
pushd "/Users/james/Documents/greenfiling/buildtools/switch"
2021-03-08 05:07:05 +00:00
bundle exec ruby switch.rb $@
popd
}
eval "$(rbenv init -)"