fish: conf.d: Clean up unnecessary -a option for abbreviations

This commit is contained in:
Sanchayan Maity 2023-05-09 18:44:39 +05:30
parent 3851e99f1b
commit 22f5664cd6
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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