We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbdc32 commit 96cab0aCopy full SHA for 96cab0a
install.sh
@@ -43,6 +43,7 @@ curl -o "$HOME/.config/ohmyposh/tokyonight_storm.omp.json" https://raw.githubuse
43
44
# Check if the line exists in ~/.bashrc, if not add it
45
if ! grep -Fxq 'eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/tokyonight_storm.omp.json)"' "$HOME/.bashrc"; then
46
+ echo '' >> "$HOME/.bashrc"
47
echo 'eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/tokyonight_storm.omp.json)"' >> "$HOME/.bashrc"
48
fi
49
echo
0 commit comments