fish: Add abbreviation for ansible-playbook

Note that right now abbreviations are only added once to improve startup
time, although the difference may be negligible on modern hardware.
This commit is contained in:
Donovan Glover 2022-07-30 08:15:05 -04:00
parent 3a189b31f6
commit 89361ae0af
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -108,6 +108,7 @@ if not set -q set_abbr
abbr jis "recode shift_jis..utf8" # Easily convert shift_jis-encoded files to utf8
abbr utf16 "recode utf16..utf8" # Rarely, some files from Japan are utf16 instead
abbr a "ansible-playbook"
abbr b "feh --bg-fill" # Change the background
abbr c "clear" # Because 5 letters is too much
abbr e "exit"