diff --git a/zsh/environment/host/wok/zshrc b/zsh/environment/host/wok/zshrc index c36e185..0133d92 100644 --- a/zsh/environment/host/wok/zshrc +++ b/zsh/environment/host/wok/zshrc @@ -6,8 +6,8 @@ GF_TYLER="/Users/james/Code/GreenFiling/eclipse/TexFileClient" GF_TYBERA="/Users/james/Code/GreenFiling/eclipse/TyberaClient" GF_LOG="/Users/james/Code/GreenFiling/data/logs" -switch(){ - pushd /Users/james/Code/GreenFiling/buildtools/switch +switch () { + pushd "/Users/james/Documents/greenfiling/buildtools/switch" bundle exec ruby switch.rb $@ popd }