From 5e3a1221dfdf1f3b1fea07fc28cb49051fd148c6 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 4 May 2023 09:48:39 -0400 Subject: [PATCH] Updated to match greenfiling standard package location --- zsh/environment/host/wok/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }