1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-21 14:24:12 +0200
Parent:
a70cb1b
M
config/fish/conf.d/aliases.fish
ยทยทยท 14 14 alias killbt "rfkill block bluetooth" 15 15 alias unkillbt "rfkill unblock bluetooth" 16 16 17 -alias g git 18 17 if type -q hledger; alias f hledger; end 19 18 if type -q jj; abbr --add j jj; end 19 +if type -q tmux; alias t "tmux attach 2>/dev/null || tmux"; end 20 20 21 21 if type -q nvim 22 22 alias vim nvim