feat: .zshenv -> .config/zsh/.zshenv
This commit is contained in:
parent
e62e15c40b
commit
c0129c4b80
18
.config/zsh/.zshenv
Normal file
18
.config/zsh/.zshenv
Normal file
@ -0,0 +1,18 @@
|
||||
path=("$HOME/bin" "$HOME/.local/bin" $path)
|
||||
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XDG_CONFIG_DIRS=/etc/xdg
|
||||
export XDG_DATA_DIRS='/usr/local/share:/usr/share'
|
||||
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
export ZSH="$ZDOTDIR/ohmyzsh"
|
||||
export ZSH_CUSTOM="$ZDOTDIR/custom"
|
||||
export HISTFILE="$XDG_STATE_HOME/zsh/history"
|
||||
export ZLE_RPROMPT_INDENT=0
|
||||
|
||||
export LESSHISTFILE='-'
|
||||
|
||||
export EDITOR='nvim'
|
18
.zshenv
18
.zshenv
@ -1,18 +0,0 @@
|
||||
path=("$HOME/bin" "$HOME/.local/bin" $path)
|
||||
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XDG_CONFIG_DIRS=/etc/xdg
|
||||
export XDG_DATA_DIRS='/usr/local/share:/usr/share'
|
||||
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
export ZSH="$ZDOTDIR/ohmyzsh"
|
||||
export ZSH_CUSTOM="$ZDOTDIR/custom"
|
||||
export HISTFILE="$XDG_STATE_HOME/zsh/history"
|
||||
export ZLE_RPROMPT_INDENT=0
|
||||
|
||||
export LESSHISTFILE='-'
|
||||
|
||||
export EDITOR='nvim'
|
Loading…
Reference in New Issue
Block a user