From 2267e39e2876de8a10a8f048e2e9bd715fe1063e Mon Sep 17 00:00:00 2001 From: Rack Lin Date: Sun, 29 May 2022 19:49:21 +0800 Subject: [PATCH] feat(fish): added some plugins --- fish/config-osx.fish | 5 +++++ fish/fish_plugins | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/fish/config-osx.fish b/fish/config-osx.fish index 1b071a8..1bb04a1 100644 --- a/fish/config-osx.fish +++ b/fish/config-osx.fish @@ -19,3 +19,8 @@ if type -q docker alias dlaravel="docker run --rm --interactive --tty --volume \$PWD:/app --volume \$HOME/.composer:/tmp composer:latest /tmp/vendor/bin/laravel" end + +if type -q thefuck + thefuck --alias | source +end + diff --git a/fish/fish_plugins b/fish/fish_plugins index 6b74bc0..3f278d2 100644 --- a/fish/fish_plugins +++ b/fish/fish_plugins @@ -2,3 +2,7 @@ PatrickF1/fzf.fish jethrokuan/z jorgebucaran/autopair.fish dracula/fish +jorgebucaran/replay.fish +danhper/fish-ssh-agent +joseluisq/gitnow@2.10.0 +oh-my-fish/plugin-license