HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000

export LANG=en_US.UTF-8
export EDITOR=vim
export VISUAL=${EDITOR}
export PAGER=less
export LESS=RX  # R for ANSI color sequences, X to not clear screen on exit
export LESSOPEN="| bat --color=always --style=plain %s"
export XDG_CONFIG_HOME=${HOME}/.config
export FZF_DEFAULT_OPTS="--multi --height=40% --layout=reverse --preview='bat --color=always --style=numbers --line-range=:200 {}'"

export GOPATH=~/go

export TZ=America/Kentucky/Louisville

export AWS_REGION=us-west-2
export REPO_OVERLAY_DIR=~/repos/repo-overlays/overlays

# doesn't work on arch for tmux
#path+=(~/bin)
#path+=(~/.local/bin)
#path+=($GOPATH/bin)
#export PATH

export TMPDIR=/var/tmp

export BROWSER=open_browser.sh

# With ghostty + tmux + nvim, having this autoset to 'truecolor' has a weird effect
# unset COLORTERM
