Skip to content

Commit

Permalink
Add temp and tmp env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Jan 25, 2024
1 parent f0501f5 commit 7db0157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ if hash vim 2>/dev/null; then
export EDITOR=vim
fi
export PATH=$THIS_DIR/bin:$HOME/bin:$HOME/.local/bin:$PATH
export TMP=/tmp
export TEMP=/tmp
N_PREFIX=$HOME/.n
if [ -d "$N_PREFIX" ]; then
export PATH=$N_PREFIX/bin:$PATH
Expand Down

0 comments on commit 7db0157

Please sign in to comment.