From efce79b7e8f3e0295df2dac21abd7561ee4a1bf0 Mon Sep 17 00:00:00 2001 From: Erystasius Date: Thu, 2 Apr 2026 04:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20fish=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=20tmux=20=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E7=BC=A9=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index b80515f..6085b02 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -33,6 +33,10 @@ if status is-interactive type -q btop; and abbr top btop type -q tldr; and abbr help tldr type -q chezmoi; and abbr cz chezmoi + type -q tmux; and abbr tm tmux + type -q tmux; and abbr tmn 'tmux new' + type -q tmux; and abbr tma 'tmux attach' + type -q tmux; and abbr tml 'tmux list-sessions' # ========= thefuck:自动命令纠错 ========= type -q thefuck; and thefuck --alias | source