diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 7545b2b..76f4dd8 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -213,7 +213,7 @@ guru-shell() { # Figure out the appropriate prefix if [ $(uname -o | grep -c Msys) -gt 0 ]; then - s_drive="S://" + s_drive="S:/" pathsep=";" else s_drive="//qs/resources"