Files
dotfiles/zsh/.zshenv
Jason Swank 139f71edb6 use vim
2025-12-27 04:46:27 +00:00

28 lines
604 B
Bash

HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
export LANG=en_US.UTF-8
export EDITOR=nvim
export VISUAL=${EDITOR}
export PAGER=less
export LESS=RX # R for ANSI color sequences, X to not clear screen on exit
export FZF_DEFAULT_OPTS="--multi --height=40% --layout=reverse"
export GOPATH=~/go
# 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
export TF_PLUGIN_CACHE_DIR=~/.local/state/tofu
# With ghostty + tmux + nvim, having this autoset to 'truecolor' has a weird effect
unset COLORTERM