This commit is contained in:
2022-01-27 15:21:21 +04:00
parent a6bdab5e49
commit b9fe669dd8
7 changed files with 241 additions and 172 deletions

View File

@@ -60,3 +60,7 @@ fi
if [ -d $HOME/bin ] ; then
export PATH="$HOME/bin:$PATH"
fi
if [ -d $HOME/.nimble/bin ] ; then
export PATH="$HOME/.nimble/bin:$PATH"
fi