Compare commits

..

2 Commits

Author SHA1 Message Date
Matej Janezic e37c74db15
feat(zsh): limit zsh history to 100 2023-07-03 15:58:21 +02:00
Matej Janezic a15ae06486
feat(zsh): fix go setup 2023-07-03 15:17:33 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -20,9 +20,9 @@ export LANG=en_US.UTF-8
export EDITOR=nvim
# go
export GOHOME="$XDG_DATA_HOME/go"
export GOPATH="$XDG_DATA_HOME/go"
export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
export PATH="$GOHOME/bin:$PATH"
export PATH="$GOPATH/bin:$PATH"
# ggman
export GGROOT="$HOME/git"

View File

@ -1,5 +1,6 @@
# zsh history file
export HISTFILE="$XDG_STATE_HOME/zsh/history"
export HISTSIZE=100
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]