From c35e2965bda05686c322f008ed6c5c4134b6abe7 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Mon, 26 Feb 2024 20:43:49 +0100 Subject: zsh: add kp alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 17411a7..792bf03 100644 --- a/zshrc +++ b/zshrc @@ -392,6 +392,7 @@ cond-alias mg="mg -n" cond-alias ta='tmux new-session -AD -s $LOGNAME' cond-alias week="date +%V" cond-alias reload="exec zsh" +cond-alias kp="open /Applications/KeePassXC.app" if (( $+commands[apt-mark] )); then # This is the most precise method I've found for answering the question # "which packages did I install explicitly?" -- cgit v1.2.3