be the bug
ABBR_TIPS_ALIAS_WHITELIST actually doesn't work.
Reproduce
Optional: Install bat.
- Add alias
alias --save cat bat (whatever you want)
set -U ABBR_TIPS_ALIAS_WHITELIST bat
- Restart terminal
bat somefile
- Actually see tip: cat -> bat
System:
- fish, version 4.5.0
- Distribution Arch Linux
be the bug
ABBR_TIPS_ALIAS_WHITELIST actually doesn't work.
Reproduce
Optional: Install bat.
alias --save cat bat(whatever you want)set -U ABBR_TIPS_ALIAS_WHITELIST batbat somefileSystem: