From 88a5b8cc387f1347a1f44eef1bceb7108393eb04 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 15 Nov 2020 18:15:14 +0100 Subject: [PATCH] added dotnet tools to the path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 42f6a1f..5f86627 100644 --- a/.zshrc +++ b/.zshrc @@ -22,7 +22,7 @@ # - pkgfile # - trash-cli (with gvfs) -export PATH=/$HOME/.local/bin:$PATH +export PATH=$HOME/.local/bin:$HOME/.dotnet/tools:$PATH [[ $- != *i* ]] && return