feat(fish): added some plugins
This commit is contained in:
@@ -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"
|
alias dlaravel="docker run --rm --interactive --tty --volume \$PWD:/app --volume \$HOME/.composer:/tmp composer:latest /tmp/vendor/bin/laravel"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if type -q thefuck
|
||||||
|
thefuck --alias | source
|
||||||
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,7 @@ PatrickF1/fzf.fish
|
|||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
jorgebucaran/autopair.fish
|
jorgebucaran/autopair.fish
|
||||||
dracula/fish
|
dracula/fish
|
||||||
|
jorgebucaran/replay.fish
|
||||||
|
danhper/fish-ssh-agent
|
||||||
|
joseluisq/gitnow@2.10.0
|
||||||
|
oh-my-fish/plugin-license
|
||||||
|
|||||||
Reference in New Issue
Block a user