updated folder organization
This commit is contained in:
parent
5acb272342
commit
15cf525fbf
36 changed files with 121 additions and 35 deletions
7
cfg/zsh/cfg.zsh
Normal file
7
cfg/zsh/cfg.zsh
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Source all files
|
||||
source ${HOME}/dotfiles/cfg/zsh/cfg.d/export
|
||||
for file in ${DOTCFGD}/*.zsh; do source $file; done
|
||||
|
||||
# Prompt
|
||||
autoload -U promptinit && promptinit
|
||||
prompt filthy
|
Loading…
Add table
Add a link
Reference in a new issue