更新 fish 配置,添加 tmux 相关命令缩写
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user