Skip to content

Commit

Permalink
fix sample config also
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Dec 26, 2024
1 parent a12196d commit 0fe4993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws_tool/sample_config/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ workstation_descriptions_default="primary workstation"
# 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"
[ -f "${WORKSTATION_CONFIG_DIR}/settings.current.sh" ] && . "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 0fe4993

Please sign in to comment.