diff options
author | Aaron LI <aly@aaronly.me> | 2019-06-21 16:44:38 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-06-21 16:44:38 +0800 |
commit | 7c8a59f1d191d9e3aaba69d4a40a40db022b4601 (patch) | |
tree | ec11c7fe0f645bef0d6768d09da636a5a90c5c16 | |
parent | 5731aa892d465cb66cac7e44e0270d0ff12be8d2 (diff) | |
download | dotfiles-7c8a59f1d191d9e3aaba69d4a40a40db022b4601.tar.bz2 |
profile: Quote path
-rw-r--r-- | _profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ _path_prepend "${HOME}/bin" ## Plan 9 from User Space if [ -d "${HOME}/local/plan9" ]; then export PLAN9="${HOME}/local/plan9" - _path_append ${PLAN9}/bin + _path_append "${PLAN9}/bin" fi _path_append "/usr/local/sbin" _path_append "/usr/sbin" |