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