refactor(zsh): move configuration files
This commit is contained in:
parent
b7518872ff
commit
b58302c1ee
21 changed files with 17 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
|||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
|
||||
PROMPT_EOL_MARK=''
|
||||
TERM=xterm-256color
|
||||
WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
|
||||
|
|
|
@ -15,9 +15,8 @@ sources=(
|
|||
'prompt'
|
||||
'post/completion'
|
||||
)
|
||||
|
||||
for s in "${sources[@]}"; do
|
||||
source $HOME/.zsh/configs/${s}.zsh
|
||||
source $ZDOTDIR/configs/${s}.zsh
|
||||
done
|
||||
|
||||
# Local config
|
Loading…
Add table
Add a link
Reference in a new issue