templates/bashrc: Fix quoting

This commit is contained in:
Koichi Murase 2022-01-13 18:59:28 +09:00
parent 97b28a349b
commit 22e6f0b6ec

View File

@ -5,7 +5,7 @@ case $- in
esac
# Path to your oh-my-bash installation.
export OSH=$HOME/.oh-my-bash
export OSH=~/.oh-my-bash
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-bash is loaded.
@ -83,7 +83,7 @@ plugins=(
# plugins+=(tmux-autoattach)
# fi
source $OSH/oh-my-bash.sh
source "$OSH"/oh-my-bash.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"