From 9fe48ff5cc04adf81496cc6f39e9c0c2a8668b79 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 May 2017 15:44:50 -0400 Subject: oops --- .config/login.d/00_path.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/login.d/00_path.sh b/.config/login.d/00_path.sh index 8b3484f..aa62f75 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 //')" + eval "$(config-path | sed 's/^/export /')" elif [[ -x "$HOME/.local/bin/config-path" ]]; then # Bootstrap finding config-path - eval "$("$HOME/.local/bin/config-path" | sed 's/^/export //')" + eval "$("$HOME/.local/bin/config-path" | sed 's/^/export /')" fi -- cgit v1.1-4-g5e80