Skip to content

Commit d67ad3b

Browse files
committed
🐛 fix(config): fix missing closing quote
1 parent b8ebe76 commit d67ad3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/home/.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ shopt -s histappend histverify
3131

3232
# oh-my-posh
3333
if command -v oh-my-posh >/dev/null 2>&1; then
34-
eval "$(oh-my-posh init bash --config "$HOME/.config/bash/bash-zen.toml)"
34+
eval "$(oh-my-posh init bash --config "$HOME/.config/bash/bash-zen.toml")"
3535
fi
3636

3737
# vfox

0 commit comments

Comments
 (0)