oh-my-zsh: Rename artisan plugin to laravel

This commit is contained in:
saibotk 2021-01-01 04:51:34 +01:00
parent 6112e44131
commit 8d6b95d5df
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -10,7 +10,7 @@ else
git
pip
screen
artisan
laravel
dirhistory
per-directory-history
z
@ -73,3 +73,4 @@ if _has ruby;
then
export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
fi
if [ -e /home/saibotk/.nix-profile/etc/profile.d/nix.sh ]; then . /home/saibotk/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer