aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2024-02-26 20:43:49 +0100
committerMartin Polden <mpolden@mpolden.no>2024-02-26 20:43:49 +0100
commitc35e2965bda05686c322f008ed6c5c4134b6abe7 (patch)
tree00cb57c41b44a405b73272d98c2714a380bd6bc2
parentd95cdffd61947cd628364e2f70c89a708635732b (diff)
zsh: add kp alias
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
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?"