diff --git a/.zshrc b/.zshrc index d176d67..a989a63 100644 --- a/.zshrc +++ b/.zshrc @@ -35,9 +35,13 @@ zstyle ':completion:*' accept-exact '*(N)' zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path ~/.zsh/cache -## Plugins section: Enable fish style features +## Plugins section: +# Enable fish style features source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +# Wakatime plugin: +source $HOME/.oh-my-zsh/custom/plugins/wakatime/wakatime.plugin.zsh + # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below.