Removed unnecesary brackets

This commit is contained in:
2020-08-05 23:56:42 +02:00
parent 31da6669e9
commit 44d8de0efe

View File

@@ -150,7 +150,7 @@ fi
comp-source "$ZSH_CONF/keys.zsh"
## Setup PATH
[[ "$PATH" =~ "$HOME/\.local/bin" ]] || export PATH="$HOME/.local/bin${PATH:+:${PATH}}"
[[ "$PATH" =~ "$HOME/\.local/bin" ]] || export PATH="$HOME/.local/bin${PATH:+:$PATH}"
## Env variables that have nothing to do with zsh
if command -v nvim >/dev/null 2>&1; then