mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: kill or summon bluetooth aliases
This commit is contained in:
parent
976fd7703f
commit
338675beaa
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ if test $TERM = "xterm-kitty"
|
|||
alias icat "kitty +kitten icat"
|
||||
end
|
||||
|
||||
alias killbt "rfkill block bluetooth"
|
||||
alias unkillbt "rfkill unblock bluetooth"
|
||||
|
||||
# exa
|
||||
alias ls "exa -l"
|
||||
alias la "ls -a"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue