Fix
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ if [ ! -d ~/.oh-my-zsh ]; then
|
||||
fi
|
||||
|
||||
# remove Powerlevel10k zshrc integration (works only with my installation otherwise)
|
||||
if [ -n $(sed -n '/Enable Powerlevel10k instant prompt/=' ~/.zshrc) ]; then
|
||||
if [ $(sed -n '/^# Enable Powerlevel10k instant prompt/=' ~/.zshrc) ]; then
|
||||
sed -i '1,6d' ~/.zshrc
|
||||
fi
|
||||
if [ -n $(sed -n '/source ~\/.p10k.zsh/=' ~/.zshrc) ]; then
|
||||
|
||||
Reference in New Issue
Block a user