From 7b737c69e264a1d0f8def693035da186bdc9d6f4 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sun, 21 May 2023 22:22:56 +0900 Subject: [PATCH] new: fish: use zoxide instead of fisher plugin z --- bin/linux/fisher_plugins.fish | 1 - dotfiles/fish/config.fish | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/linux/fisher_plugins.fish b/bin/linux/fisher_plugins.fish index c7b3384..cfda67f 100755 --- a/bin/linux/fisher_plugins.fish +++ b/bin/linux/fisher_plugins.fish @@ -24,6 +24,5 @@ fisher update # installing packages fisher install edc/bass -fisher install jethrokuan/z fisher install patrickf1/fzf.fish diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index dc465dc..b8f0c27 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -19,6 +19,8 @@ if status is-interactive abbr -a -- l less abbr -a -- ll 'exa -la --icons --git' + zoxide init fish | source + # opam #source ~/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true end