From 8d6b95d5dfb5d72fa464590227d91a316f0732c7 Mon Sep 17 00:00:00 2001 From: saibotk Date: Fri, 1 Jan 2021 04:51:34 +0100 Subject: [PATCH] oh-my-zsh: Rename artisan plugin to laravel --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 3755c09..691271d 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -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