update: fish: moved abbr to config.fish (because --universal option was removed from 3.6)
This commit is contained in:
parent
22bb559f97
commit
a5ff157daa
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ if status is-interactive
|
||||||
keychain --eval --quiet -Q id_rsa, id_ed25519 | source
|
keychain --eval --quiet -Q id_rsa, id_ed25519 | source
|
||||||
set -x SHELL bash
|
set -x SHELL bash
|
||||||
|
|
||||||
|
# abbr (from 3.6, --universal is removed)
|
||||||
|
abbr -a -- l less
|
||||||
|
abbr -a -- ll 'exa -la --icons --git'
|
||||||
|
|
||||||
# opam
|
# opam
|
||||||
#source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
#source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue