Update abbreviations
This commit is contained in:
parent
950579f538
commit
2d91ea65a4
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue