feat(fish): added some plugins

This commit is contained in:
2022-05-29 19:49:21 +08:00
parent 27e1771b99
commit 2267e39e28
2 changed files with 9 additions and 0 deletions

View File

@@ -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