fish: conf.d: Clean up unnecessary -a option for abbreviations
This commit is contained in:
parent
3851e99f1b
commit
22f5664cd6
2 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
abbr -a sc systemctl
|
abbr sc systemctl
|
||||||
abbr -a scu systemctl --user
|
abbr scu systemctl --user
|
||||||
abbr -a jr journalctl
|
abbr jr journalctl
|
||||||
abbr -a jru journalctl --user
|
abbr jru journalctl --user
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
abbr -a rm rmtrash
|
abbr rm rmtrash
|
||||||
abbr -a rmd rmdirtrash
|
abbr rmd rmdirtrash
|
||||||
abbr -a tp trash-put
|
abbr tp trash-put
|
||||||
abbr -a te trash-empty
|
abbr te trash-empty
|
||||||
abbr -a tl trash-list
|
abbr tl trash-list
|
||||||
abbr -a tr trash-restore
|
abbr tr trash-restore
|
||||||
abbr -a tR trash-remove
|
abbr tR trash-remove
|
||||||
|
|
Loading…
Reference in a new issue