From 52c7a33f30ddba05f218aa2f37aa68b2ad257701 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 4 Oct 2023 14:32:32 +1030 Subject: [PATCH] updated path --- .config/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index bb0070c..1655c60 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -6,7 +6,7 @@ case $- in esac export GOPATH="$HOME/go" -export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/scripts" +export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/scripts:$HOME/.dotnet/" # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options