summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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