From ae45be34267b5feab5eca1a133151ac81ff9c595 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 16 Nov 2024 15:11:21 +0000 Subject: [PATCH] Add devenv abbreviations --- modules/home-manager/zsh/abbreviations.zsh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home-manager/zsh/abbreviations.zsh b/modules/home-manager/zsh/abbreviations.zsh index 6150bdf..b8693aa 100644 --- a/modules/home-manager/zsh/abbreviations.zsh +++ b/modules/home-manager/zsh/abbreviations.zsh @@ -143,3 +143,10 @@ abbr overdue="task +OVERDUE" abbr nah="git reset --hard; git clean -fd" abbr wip="git commit -m wip" + +abbr dv="devenv" +abbr dvi="devenv info" +abbr dvp="devenv processes" +abbr dvs="devenv shell" +abbr dvt="devenv tasks" +abbr dvu="devenv up"