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,6 +11,7 @@ _so "$ZDOTDIR/other"
_so "$ZDOTDIR/plugin" _so "$ZDOTDIR/plugin"
_so "$ZDOTDIR/aliases" _so "$ZDOTDIR/aliases"
_so "$XDG_CONFIG_HOME/bash/export"
_so "$XDG_CONFIG_HOME/bash/aliases" _so "$XDG_CONFIG_HOME/bash/aliases"
_so "$XDG_CONFIG_HOME/bash/completion" _so "$XDG_CONFIG_HOME/bash/completion"
_so "$XDG_CONFIG_HOME/bash/functions" _so "$XDG_CONFIG_HOME/bash/functions"

View File

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