aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xzuwu.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuwu.zsh b/zuwu.zsh
index 3bb1bbf..3883e42 100755
--- a/zuwu.zsh
+++ b/zuwu.zsh
@@ -99,7 +99,7 @@ reloadopt() {
if ! [[ -d "$XDG_CONFIG_HOME" ]]; then
mkdir "$XDG_CONFIG_HOME"
fi
- mv "$HOME/.zshconf" "$XDG_CONFIG_HOME}/zuwu.conf"
+ mv "$HOME/.zshconf" "${XDG_CONFIG_HOME}/zuwu.conf"
fi
if [[ -f "$XDG_CONFIG_HOME.conf" ]]; then
source "$XDG_CONFIG_HOME.conf"