Move zcompdump and add omz update
This commit is contained in:
parent
08fa86e905
commit
d960c7b940
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/zsh
|
||||
echo -e "\n########## START UPDATE ##########\n"
|
||||
sudo apt-get update -y
|
||||
echo -e "\n########## START UPGRADE ##########\n"
|
||||
@ -9,3 +9,6 @@ echo -e "\n########## START AUTOCLEAN ##########\n"
|
||||
sudo apt-get autoclean -y
|
||||
echo -e "\n########## START AUTOREMOVE ##########\n"
|
||||
sudo apt-get autoremove -y
|
||||
|
||||
echo -e "\n########## START Oh My Zsh update ##########\n"
|
||||
$ZSH/tools/upgrade.sh
|
||||
|
@ -7,6 +7,7 @@ fi
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
export ZSH_COMPDUMP=$ZSH/cache/.zcompdump-$HOST
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
|
||||
# Uncomment the following line to enable command auto-correction.
|
||||
|
Loading…
Reference in New Issue
Block a user