fix zshenv
This commit is contained in:
parent
90c92cd10a
commit
1fedc91252
@ -11,6 +11,7 @@ _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"
|
||||
|
||||
@ -5,5 +5,3 @@ _so() {
|
||||
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
|
||||
_so "$XDG_CONFIG_HOME/bash/export"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user