From a5ff157daafaea9df8c84a01b865a822136a4dd9 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sun, 21 May 2023 13:21:18 +0900 Subject: [PATCH] update: fish: moved abbr to config.fish (because --universal option was removed from 3.6) --- dotfiles/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index a160948..dc465dc 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -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