From d56338e2339c300962107eddf4f4482a13a11cc8 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 22 Nov 2023 00:52:47 +0200 Subject: [PATCH] chore(shell): quote paths --- base/bashrc | 2 +- base/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/bashrc b/base/bashrc index 3999980..701647e 100644 --- a/base/bashrc +++ b/base/bashrc @@ -32,4 +32,4 @@ x-have rbenv && { } eval "$(starship init bash)" -source $DOTFILES/config/alias +source "$DOTFILES/config/alias" diff --git a/base/zshrc b/base/zshrc index 664b751..972c083 100755 --- a/base/zshrc +++ b/base/zshrc @@ -101,4 +101,4 @@ TMUX_WINDOW_NAME_PLUGIN="$DOTFILES/config/tmux/plugins/tmux-window-name/scripts/ } eval "$(starship init zsh)" -source $DOTFILES/config/alias +source "$DOTFILES/config/alias"