From 1fa8680a73f54c2c95cc24529adcafd7de788d53 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Wed, 4 May 2022 19:22:57 +0200 Subject: [PATCH] =?UTF-8?q?Add=20wakatime=20plugin=20=E2=8C=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.