This commit is contained in:
foozzi 2024-02-27 17:14:57 -05:00
parent 698fe1695f
commit e57d510e03
4 changed files with 36 additions and 23 deletions

View file

@ -112,6 +112,8 @@ export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$HOME/.cargo/bin
## color
export TERM=tmux-256color
## default gui browser
# export BROWSER="firefox"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export VOLTA_HOME="$HOME/.volta"