From 2d91ea65a4a3e961f00ea8639e02b747be5bbb21 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Wed, 4 Sep 2024 00:00:16 +0100
Subject: [PATCH] Update abbreviations

---
 lib/shared/modules/zsh/abbreviations.zsh | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/lib/shared/modules/zsh/abbreviations.zsh b/lib/shared/modules/zsh/abbreviations.zsh
index b1cc25c3..82f26678 100644
--- a/lib/shared/modules/zsh/abbreviations.zsh
+++ b/lib/shared/modules/zsh/abbreviations.zsh
@@ -4,7 +4,9 @@ abbr daily="run create-daily next"
 abbr rst="rst2pdf"
 abbr sz="source ~/.config/zsh/.zshrc"
 abbr ti="timer"
+abbr uagr="update-all-git-repos"
 abbr v="nvim"
+abbr yt="yt-dlp"
 
 abbr evl="export-video-list"
 abbr vv="cat ~/Documents/videos.json"
@@ -36,10 +38,22 @@ abbr tl="tmux list-sessions"
 abbr tk="tmux kill-session"
 
 # zellij
-abbr zj="zellij"
+abbr czs="create-zellij-session"
+abbr z="zellij"
+abbr za="zellij attach"
+abbr zd="zellij delete-session"
+abbr zda="zellij delete-all-sessions"
+abbr ze="zellij edit"
+abbr zei="zellij edit --in-place"
+abbr zk="zellij kill-session"
+abbr zka="zellij kill-all-sessions | sort"
+abbr zl="zellij list-sessions | grep -v EXITED"
+abbr zla="zellij list-sessions"
 abbr znt="zellij action new-tab"
 abbr zr="zellij run --"
+abbr zri="zellij run --in-place --"
 abbr zrf="zellij run --floating --"
+abbr multitask="zellij action start-or-reload-plugin file:$HOME/zellij-plugins/multitask.wasm --configuration "shell=$SHELL,cwd=`pwd`""
 
 # Docker and Docker Compose.
 abbr dk="docker"