Move zcompdump and add omz update

This commit is contained in:
Tim 2024-09-30 14:56:01 +02:00
parent 08fa86e905
commit d960c7b940
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/zsh
echo -e "\n########## START UPDATE ##########\n" echo -e "\n########## START UPDATE ##########\n"
sudo apt-get update -y sudo apt-get update -y
echo -e "\n########## START UPGRADE ##########\n" echo -e "\n########## START UPGRADE ##########\n"
@ -9,3 +9,6 @@ echo -e "\n########## START AUTOCLEAN ##########\n"
sudo apt-get autoclean -y sudo apt-get autoclean -y
echo -e "\n########## START AUTOREMOVE ##########\n" echo -e "\n########## START AUTOREMOVE ##########\n"
sudo apt-get autoremove -y sudo apt-get autoremove -y
echo -e "\n########## START Oh My Zsh update ##########\n"
$ZSH/tools/upgrade.sh

View File

@ -7,6 +7,7 @@ fi
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
export ZSH_COMPDUMP=$ZSH/cache/.zcompdump-$HOST
ZSH_THEME="powerlevel10k/powerlevel10k" ZSH_THEME="powerlevel10k/powerlevel10k"
# Uncomment the following line to enable command auto-correction. # Uncomment the following line to enable command auto-correction.