更新 fish 配置,添加 tmux 相关命令缩写

This commit is contained in:
2026-04-02 04:42:32 +08:00
parent 413775fe0f
commit efce79b7e8

View File

@@ -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