fix zshenv
This commit is contained in:
parent
90c92cd10a
commit
1fedc91252
@ -11,10 +11,11 @@ _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"
|
||||||
_so "$XDG_CONFIG_HOME/bash/hosts/$HOST"
|
_so "$XDG_CONFIG_HOME/bash/hosts/$HOST"
|
||||||
|
|
||||||
|
|
||||||
_sod "$ZDOTDIR/zshrc.d"
|
_sod "$ZDOTDIR/zshrc.d"
|
||||||
@ -4,6 +4,4 @@ _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"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user