fix zshenv

This commit is contained in:
thek4n 2024-02-19 08:50:54 +03:00
parent 90c92cd10a
commit 1fedc91252
2 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,11 @@ _so "$ZDOTDIR/other"
_so "$ZDOTDIR/plugin"
_so "$ZDOTDIR/aliases"
_so "$XDG_CONFIG_HOME/bash/export"
_so "$XDG_CONFIG_HOME/bash/aliases"
_so "$XDG_CONFIG_HOME/bash/completion"
_so "$XDG_CONFIG_HOME/bash/functions"
_so "$XDG_CONFIG_HOME/bash/hosts/$HOST"
_sod "$ZDOTDIR/zshrc.d"
_sod "$ZDOTDIR/zshrc.d"

View File

@ -4,6 +4,4 @@ _so() {
}
export XDG_CONFIG_HOME="$HOME/.config"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
_so "$XDG_CONFIG_HOME/bash/export"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"