diff options
Diffstat (limited to 'runs-all')
| -rwxr-xr-x | runs-all/env.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runs-all/env.sh b/runs-all/env.sh index 65c11a2..6cfd1f0 100755 --- a/runs-all/env.sh +++ b/runs-all/env.sh @@ -19,8 +19,8 @@ else path_dirs="$path_dirs $yt_cli_dir $(find ~/stuff/ -name theme-setter -type d) -$(find $script_dir/keep/system -type d) -$(find $script_dir/env_private/keep/system -type d)" +$(find $script_dir/keep/scripts -type d) +$(find $script_dir/env_private/keep/scripts -type d)" for s in $path_dirs; do echo "adding $s to path" |
