zsh
This commit is contained in:
parent
5cba7f8c3b
commit
7879f54cdc
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
|
# don't pollute my home please
|
||||||
export GOPATH=${XDG_DATA_HOME:-$HOME/.local/share}/go
|
export GOPATH=${XDG_DATA_HOME:-$HOME/.local/share}/go
|
||||||
export CARGO_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/cargo
|
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 MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
|
|
|
@ -18,3 +18,5 @@ setopt hist_verify # show command with history expansion to user befo
|
||||||
setopt share_history # share command history data
|
setopt share_history # share command history data
|
||||||
HISTSIZE=50000
|
HISTSIZE=50000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
|
|
||||||
|
setopt menucomplete
|
||||||
|
|
Loading…
Add table
Reference in a new issue