From 7ca3d54b4aac288ef8aa36300d88bf2d02763da4 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 2 Mar 2020 10:32:19 -0500 Subject: [PATCH] Setting up convenience aliases for work machine --- zsh/environment/host/wok/zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 zsh/environment/host/wok/zshrc diff --git a/zsh/environment/host/wok/zshrc b/zsh/environment/host/wok/zshrc new file mode 100644 index 0000000..7934649 --- /dev/null +++ b/zsh/environment/host/wok/zshrc @@ -0,0 +1,9 @@ +GF_BASE="/Users/james/Code/GreenFiling/workspace/GreenFiling" +GF_JOURNAL="/Users/james/Code/GreenFiling/workspace/JournalClient" +GF_ONELEGAL="/Users/james/Code/GreenFiling/workspace/OneLegalClient" +GF_TYLER="/Users/james/Code/GreenFiling/workspace/TexFileClient" +GF_TYBERA="/Users/james/Code/GreenFiling/workspace/TyberaClient" +GF_LOG="/Users/james/Code/GreenFiling/data/logs" +alias switch="cd /Users/james/Code/GreenFiling/buildtools/switch && bundle exec ruby switch.rb " + +eval "$(rbenv init -)"