summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 15:44:05 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 15:44:05 -0400
commit2644226e08f429467f79007be853ebc7b66c395b (patch)
tree9c507a7264403b41f64b1db6e6595a100a549e01
parent6023f67b634c0a3f4dca214b45dd76c6d2116059 (diff)
oops
-rw-r--r--.config/login.d/00_path.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/login.d/00_path.sh b/.config/login.d/00_path.sh
index dda528a..8b3484f 100644
--- a/.config/login.d/00_path.sh
+++ b/.config/login.d/00_path.sh
@@ -1,7 +1,7 @@
#!/hint/sh
if type config-path &>/dev/null; then
eval "$(config-path | sed 's/^/export //')"
-elif [[ -x "$HOME/.local/bin/config-path"; then
+elif [[ -x "$HOME/.local/bin/config-path" ]]; then
# Bootstrap finding config-path
eval "$("$HOME/.local/bin/config-path" | sed 's/^/export //')"
fi