Fixing work aliases
This commit is contained in:
parent
d2891c6830
commit
7486f1eecc
|
@ -1,9 +1,14 @@
|
||||||
GF_BASE="/Users/james/Code/GreenFiling/workspace/GreenFiling"
|
GF_BASE="/Users/james/Code/GreenFiling/eclipse/GreenFiling"
|
||||||
GF_JOURNAL="/Users/james/Code/GreenFiling/workspace/JournalClient"
|
GF_JOURNAL="/Users/james/Code/GreenFiling/eclipse/JournalClient"
|
||||||
GF_ONELEGAL="/Users/james/Code/GreenFiling/workspace/OneLegalClient"
|
GF_ONELEGAL="/Users/james/Code/GreenFiling/eclipse/OneLegalClient"
|
||||||
GF_TYLER="/Users/james/Code/GreenFiling/workspace/TexFileClient"
|
GF_TYLER="/Users/james/Code/GreenFiling/eclipse/TexFileClient"
|
||||||
GF_TYBERA="/Users/james/Code/GreenFiling/workspace/TyberaClient"
|
GF_TYBERA="/Users/james/Code/GreenFiling/eclipse/TyberaClient"
|
||||||
GF_LOG="/Users/james/Code/GreenFiling/data/logs"
|
GF_LOG="/Users/james/Code/GreenFiling/data/logs"
|
||||||
alias switch="cd /Users/james/Code/GreenFiling/buildtools/switch && bundle exec ruby switch.rb "
|
|
||||||
|
switch(){
|
||||||
|
pushd /Users/james/Code/GreenFiling/buildtools/switch
|
||||||
|
bundle exec ruby switch.rb $@
|
||||||
|
popd
|
||||||
|
}
|
||||||
|
|
||||||
eval "$(rbenv init -)"
|
eval "$(rbenv init -)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user