From d592800e5c49dad7ceaed1c285118ea5d86e4bd3 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 13 Oct 2024 00:10:05 +0800 Subject: [PATCH] home/fist: add tmux abbrs --- home/applications/fish/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/applications/fish/default.nix b/home/applications/fish/default.nix index d91bca3..b103237 100644 --- a/home/applications/fish/default.nix +++ b/home/applications/fish/default.nix @@ -46,6 +46,8 @@ p = "powerprofilesctl"; s = "nh os switch"; v = "nvim"; + t = "tmux"; + ta = "tmux attach"; # TODO: maybe fishPlugins.fish-git-abbr? g = "git";