add latest nim path to .profile

This commit is contained in:
creme 2019-12-18 21:34:53 +01:00
parent 75b6a03f41
commit ef254260b7
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ export BBJ_USER=$USER
export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH
# latest nim
export PATH=/usr/local/nimble/bin:$PATH
if [[ ! $TERM =~ screen ]] || [[ ! $TMUX =~ tmux ]]; then
_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true