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