update: fish: moved abbr to config.fish (because --universal option was removed from 3.6)

This commit is contained in:
qwjyh 2023-05-21 13:21:18 +09:00
parent 22bb559f97
commit a5ff157daa

View file

@ -15,6 +15,10 @@ if status is-interactive
keychain --eval --quiet -Q id_rsa, id_ed25519 | source
set -x SHELL bash
# abbr (from 3.6, --universal is removed)
abbr -a -- l less
abbr -a -- ll 'exa -la --icons --git'
# opam
#source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
end