Skip to content

Commit 96cab0a

Browse files
authored
Update install.sh
1 parent 2dbdc32 commit 96cab0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ curl -o "$HOME/.config/ohmyposh/tokyonight_storm.omp.json" https://raw.githubuse
4343

4444
# Check if the line exists in ~/.bashrc, if not add it
4545
if ! grep -Fxq 'eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/tokyonight_storm.omp.json)"' "$HOME/.bashrc"; then
46+
echo '' >> "$HOME/.bashrc"
4647
echo 'eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/tokyonight_storm.omp.json)"' >> "$HOME/.bashrc"
4748
fi
4849
echo

0 commit comments

Comments
 (0)