From 0edc06024a91222b4f7b5d6c859054d3bfb343b5 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sat, 26 Aug 2023 00:23:53 -0400 Subject: [PATCH] Add ~/.dotnet to .zshrc PATH --- fake_home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 56e59d1..7c39b7c 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -38,7 +38,7 @@ if [ -x /usr/bin/dircolors ]; then alias egrep='egrep --color=auto' fi -export PATH=./:~/.bin:$HOME/.platformio/penv/bin:/usr/local/go/bin:$PATH +export PATH=./:~/.bin:$HOME/.dotnet:$HOME/.platformio/penv/bin:/usr/local/go/bin:$PATH fignore=(o)