Skip to content

Commit

Permalink
im surprised this broke?
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Dec 29, 2024
1 parent 81ec33b commit 96eeace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws_tool/my_config/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ workstation_descriptions_angrist="work computer"
# Oh yeah, be sure to ignore the settings.current.sh file. you do _not_ want to commit it.
# $ echo "settings.current.sh" >> .gitignore

[ -f "${WORKSTATION_CONFIG_DIR}/settings.current.sh" ] && . "settings.current.sh" || return 0
[ -f "${WORKSTATION_CONFIG_DIR}/settings.current.sh" ] && . "${WORKSTATION_CONFIG_DIR}/settings.current.sh" || return 0

# Oh, you may wish to add the following to your shell profile file:
# export WORKSTATION_CONFIG_DIR=/path/to/specific/location
Expand Down

0 comments on commit 96eeace

Please sign in to comment.