File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
88
99zstyle ' :omz:update' mode auto
1010
11- ENABLE_CORRECTION=" true"
1211COMPLETION_WAITING_DOTS=" true"
1312DISABLE_UNTRACKED_FILES_DIRTY=" true"
1413HIST_STAMPS=" yyyy-mm-dd"
@@ -91,4 +90,7 @@ alias gpl='git pull'
9190alias gps=' git push'
9291alias glog=' git log --oneline --graph --decorate'
9392
93+ unsetopt correct_all
94+ unsetopt correct
95+
9496[[ ! -f ~ /.p10k.zsh ]] || source ~ /.p10k.zsh
Original file line number Diff line number Diff line change 1313
1414if [ ! -d " ${ZSH_CUSTOM:- $HOME / .oh-my-zsh/ custom} /themes/powerlevel10k" ]; then
1515 echo " INFO ==>: Installing Powerlevel10k..."
16- git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:- $HOME / .oh-my-zsh/ custom} /themes/powerlevel10k
16+ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git " ${ZSH_CUSTOM:- $HOME / .oh-my-zsh/ custom} /themes/powerlevel10k"
1717else
1818 echo " INFO ==>: ✓ Powerlevel10k already installed"
1919fi
2020
2121if [ ! -d " ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-autosuggestions" ]; then
2222 echo " INFO ==>: Installing zsh-autosuggestions..."
23- git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-autosuggestions
23+ git clone https://github.com/zsh-users/zsh-autosuggestions " ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-autosuggestions"
2424else
2525 echo " INFO ==>: ✓ zsh-autosuggestions already installed"
2626fi
2727
2828if [ ! -d " ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-syntax-highlighting" ]; then
2929 echo " INFO ==>: Installing zsh-syntax-highlighting..."
30- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-syntax-highlighting
30+ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git " ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-syntax-highlighting"
3131else
3232 echo " INFO ==>: ✓ zsh-syntax-highlighting already installed"
3333fi
You can’t perform that action at this time.
0 commit comments