added dotnet tools to the path

This commit is contained in:
Niklas 2020-11-15 18:15:14 +01:00
parent 83578f95ef
commit 88a5b8cc38

2
.zshrc
View File

@ -22,7 +22,7 @@
# - pkgfile # - pkgfile
# - trash-cli (with gvfs) # - trash-cli (with gvfs)
export PATH=/$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$HOME/.dotnet/tools:$PATH
[[ $- != *i* ]] && return [[ $- != *i* ]] && return