summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-21 23:18:06 +0200
committerewy <ewy0@protonmail.com>2026-05-21 23:18:06 +0200
commitffde9c98f50b7040300f6a73dc43b2cba3681bc3 (patch)
tree32e67e64aeb79d8b4efab373ab5dbfc4288501ef /.zshrc
parentc599236cc3ff79a61c8db05a744015439fdc307e (diff)
add colored notifications for mako and rely on systemd service instead of sway starting mako
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index f554b65..537a5ad 100644
--- a/.zshrc
+++ b/.zshrc
@@ -30,3 +30,6 @@ plugins=(
. $HOME/.zsh_profile
. /usr/share/oh-my-zsh/oh-my-zsh.sh
+
+# pik completion (installed by `pik --install-completion`)
+autoload -Uz compinit && compinit && source <(pik --completion)