switch to chezmoi
This commit is contained in:
parent
3c5d00dbf3
commit
a8b0acd4db
76 changed files with 27 additions and 531 deletions
16
cli/.zshrc
16
cli/.zshrc
|
@ -1,16 +0,0 @@
|
|||
[[ $- != *i* ]] && return
|
||||
|
||||
confdir=$HOME/.config/zsh
|
||||
conflist=(
|
||||
env.zsh
|
||||
settings.zsh
|
||||
prompt.zsh
|
||||
functions.zsh
|
||||
local.zsh
|
||||
)
|
||||
|
||||
for conf in $conflist; do
|
||||
[[ -f $confdir/$conf ]] && . $confdir/$conf
|
||||
done
|
||||
|
||||
unset conf confdir conflist
|
Loading…
Add table
Add a link
Reference in a new issue