aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-16 13:47:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-16 13:47:34 +1300
commitf459ddb18a57eee8891f701d36b289a4987432c4 (patch)
tree1ecdf2e213d489ceb13a6ff215be29601c3470b0 /sh
parentUse case statement; cleaner (diff)
downloaddotfiles-f459ddb18a57eee8891f701d36b289a4987432c4.tar.gz
dotfiles-f459ddb18a57eee8891f701d36b289a4987432c4.zip
Remove some unneeded quotes
God bless you, shellcheck(1)
Diffstat (limited to 'sh')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index 9219ac38..5059d778 100644
--- a/sh/profile
+++ b/sh/profile
@@ -1,6 +1,6 @@
# 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
# Load all supplementary scripts in ~/.profile.d