mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 18:54:23 +00:00
chore(shell): quote paths
This commit is contained in:
@@ -32,4 +32,4 @@ x-have rbenv && {
|
|||||||
}
|
}
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
source $DOTFILES/config/alias
|
source "$DOTFILES/config/alias"
|
||||||
|
|||||||
@@ -101,4 +101,4 @@ TMUX_WINDOW_NAME_PLUGIN="$DOTFILES/config/tmux/plugins/tmux-window-name/scripts/
|
|||||||
}
|
}
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
source $DOTFILES/config/alias
|
source "$DOTFILES/config/alias"
|
||||||
|
|||||||
Reference in New Issue
Block a user