diff options
-rw-r--r-- | sh/profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ export PAGER # Add ~/.local/bin to PATH if it exists if [ -d "$HOME"/.local/bin ]; then - PATH="$HOME/.local/bin:$PATH" + PATH="$HOME"/.local/bin:"$PATH" fi export PATH |