Compare commits

...

1 Commits

Author SHA1 Message Date
d56338e233 chore(shell): quote paths 2023-11-22 00:52:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,4 +32,4 @@ x-have rbenv && {
}
eval "$(starship init bash)"
source $DOTFILES/config/alias
source "$DOTFILES/config/alias"

View File

@@ -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"