fix: Fix quoting

Co-authored-by: Koichi Muarse <myoga.murase@gmail.com>
This commit is contained in:
Edwin Kofler
2023-04-06 17:24:44 -07:00
committed by Koichi Murase
parent 475a563280
commit 0c07172c02
11 changed files with 25 additions and 23 deletions

View File

@@ -107,7 +107,7 @@
# export THEME=$HOME/.bash/themes/agnoster-bash/agnoster.bash
# if [[ -f $THEME ]]; then
# export DEFAULT_USER=$(whoami)
# source $THEME
# source "$THEME"
# fi
#