diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-15 15:44:50 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-15 15:44:50 -0400 |
commit | 9fe48ff5cc04adf81496cc6f39e9c0c2a8668b79 (patch) | |
tree | b7c78b71933217019e4b9e5e0c404fb3187ec749 /.config | |
parent | 2644226e08f429467f79007be853ebc7b66c395b (diff) |
oops
Diffstat (limited to '.config')
-rw-r--r-- | .config/login.d/00_path.sh | 4 |
1 files 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 |