1
0
Fork 0
This commit is contained in:
Vladimír Dudr 2023-03-19 15:06:26 +01:00
parent 5cba7f8c3b
commit 7879f54cdc
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,11 @@
# don't pollute my home please
export GOPATH=${XDG_DATA_HOME:-$HOME/.local/share}/go
export CARGO_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/cargo
export PATH=~/bin:$GOPATH/bin:$PATH
export GHCUP_USE_XDG_DIRS=1
export STACK_ROOT=${XDG_DATA_HOME:-$HOME/.local/share}/stack
export PATH=~/bin:~/.local/bin:$GOPATH/bin:$PATH
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export EDITOR=nvim

View file

@ -18,3 +18,5 @@ setopt hist_verify # show command with history expansion to user befo
setopt share_history # share command history data
HISTSIZE=50000
SAVEHIST=10000
setopt menucomplete