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 -a scu systemctl --user
|
||||
abbr -a jr journalctl
|
||||
abbr -a jru journalctl --user
|
||||
abbr sc systemctl
|
||||
abbr scu systemctl --user
|
||||
abbr jr journalctl
|
||||
abbr jru journalctl --user
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
abbr -a rm rmtrash
|
||||
abbr -a rmd rmdirtrash
|
||||
abbr -a tp trash-put
|
||||
abbr -a te trash-empty
|
||||
abbr -a tl trash-list
|
||||
abbr -a tr trash-restore
|
||||
abbr -a tR trash-remove
|
||||
abbr rm rmtrash
|
||||
abbr rmd rmdirtrash
|
||||
abbr tp trash-put
|
||||
abbr te trash-empty
|
||||
abbr tl trash-list
|
||||
abbr tr trash-restore
|
||||
abbr tR trash-remove
|
||||
|
|
Loading…
Reference in a new issue