initial commit

This commit is contained in:
2023-05-18 22:47:13 -04:00
commit ef72ad61bd
20 changed files with 2220 additions and 0 deletions

21
zsh/.zshenv Normal file
View File

@@ -0,0 +1,21 @@
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
PROMPT="%B%m:%~> %b"
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=/home/jswank/go
# doesn't work on arch for tmux
path+=('/home/jswank/bin')
path+=($GOPATH/bin)
export PATH
export TMPDIR=/var/tmp