Skip to content

Commit

Permalink
fix: Add LANG and TERM env vars to .zshrc (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpriscella authored Oct 22, 2024
1 parent 2f6526e commit 88c5980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ else
fi

export PATH=$HOME/.bin:$HOME/.nvim/bin:$PATH
export LANG="en_US.UTF-8"
export TERM="xterm-256color"

##################################### AWS ######################################

Expand Down

0 comments on commit 88c5980

Please sign in to comment.