From 2644226e08f429467f79007be853ebc7b66c395b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 May 2017 15:44:05 -0400 Subject: oops --- .config/login.d/00_path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-4-g5e80