Compare commits
No commits in common. "e37c74db15b8e24c980289d26fe7ff6d49d83f0f" and "e266c8ab7c82bf3923d4e5e6422294fd7fd09d35" have entirely different histories.
e37c74db15
...
e266c8ab7c
|
@ -20,9 +20,9 @@ export LANG=en_US.UTF-8
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
# go
|
# go
|
||||||
export GOPATH="$XDG_DATA_HOME/go"
|
export GOHOME="$XDG_DATA_HOME/go"
|
||||||
export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
|
export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
|
||||||
export PATH="$GOPATH/bin:$PATH"
|
export PATH="$GOHOME/bin:$PATH"
|
||||||
|
|
||||||
# ggman
|
# ggman
|
||||||
export GGROOT="$HOME/git"
|
export GGROOT="$HOME/git"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# zsh history file
|
# zsh history file
|
||||||
export HISTFILE="$XDG_STATE_HOME/zsh/history"
|
export HISTFILE="$XDG_STATE_HOME/zsh/history"
|
||||||
export HISTSIZE=100
|
|
||||||
|
|
||||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc.
|
# 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]
|
# Initialization code that may require console input (password prompts, [y/n]
|
||||||
|
|
Loading…
Reference in New Issue