Skip to content

Commit

Permalink
Merge pull request #296 from himkt/zsh-config
Browse files Browse the repository at this point in the history
misc(zsh): cleanup environment variables
  • Loading branch information
himkt authored Jan 10, 2025
2 parents 8bcfe9a + 9055ed5 commit d814a4b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions zsh/config.d/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,20 @@ function git-home () {
cd `git rev-parse --show-toplevel`
}

export XDG_CONFIG_HOME=$HOME/.config

# tier1
export EDITOR=vim
export FZF_DEFAULT_OPTS='--height 50% --reverse --border'
export GOPATH=$HOME/go
export GHQ_ROOT=$HOME/work
export HIMKT_DOTFILES_PRIVATE_CONFIG_DIR=$XDG_CONFIG_HOME/himkt/dotfiles/zsh/config.d
export HISTFILE=$HOME/.zsh-history
export HISTSIZE=100000
export PYTHONDONTWRITEBYTECODE=1
export SAVEHIST=100000
export TIPS_HOME=$GHQ_ROOT/github.com/himkt/tips
export XDG_CONFIG_HOME=$HOME/.config

# tier2
export HIMKT_DOTFILES_PRIVATE_CONFIG_DIR=$XDG_CONFIG_HOME/himkt/dotfiles/zsh/config.d
export TIPS_HOME=$GHQ_ROOT/github.com/himkt/tips-data

language=en_US.UTF-8
# If `en_US.UTF-8` is not available, fallback to `C.utf8`
Expand Down

0 comments on commit d814a4b

Please sign in to comment.