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

This commit is contained in:
Sanchayan Maity 2023-05-06 13:11:03 +05:30
parent 83c572019c
commit 6fdaf3356f
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
abbr -a -g sc systemctl
abbr -a -g scu systemctl --user
abbr -a -g jr journalctl
abbr -a -g jru journalctl --user
abbr -a sc systemctl
abbr -a scu systemctl --user
abbr -a jr journalctl
abbr -a jru journalctl --user