mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
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:
parent
3a189b31f6
commit
89361ae0af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user