fix: .zshenv duplicate because of ln in $ZSH/..
This commit is contained in:
parent
fdba17e7ff
commit
ab196ca49e
8 changed files with 27 additions and 29 deletions
|
@ -1,21 +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'
|
||||
|
||||
export XDG_CURRENT_DESKTOP=Unity
|
||||
export QT_STYLE_OVERRIDE=Materia-dark
|
|
@ -1 +1 @@
|
|||
Subproject commit 69b5737daf0448ad7e6686174638be74f86afdec
|
||||
Subproject commit cc73a929f637899407d7a17648f89c63b71cc1ff
|
Loading…
Add table
Add a link
Reference in a new issue