From 1c31808b071bdd8dcc9995097e3d51605451fd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 2 Sep 2024 00:03:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(fish):=20add=20tmux=20and=20do?= =?UTF-8?q?cker=20abbreviations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/abbreviations.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/abbreviations.fish b/.config/fish/abbreviations.fish index ba05dcda..be30033f 100644 --- a/.config/fish/abbreviations.fish +++ b/.config/fish/abbreviations.fish @@ -1,3 +1,4 @@ abbr -a y yadm abbr -a g git -abbr -a t gtrash +abbr -a d docker +abbr -a t tmux