From 22e6f0b6ec90795ceaaf0e6a52079032d0b0f4e0 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Thu, 13 Jan 2022 18:59:28 +0900 Subject: [PATCH] templates/bashrc: Fix quoting --- templates/bashrc.osh-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bashrc.osh-template b/templates/bashrc.osh-template index 62ad721..ad745cd 100644 --- a/templates/bashrc.osh-template +++ b/templates/bashrc.osh-template @@ -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"