16 lines
154 B
Bash
16 lines
154 B
Bash
|
# vim: ft=zsh
|
||
|
|
||
|
source "$HOME/.config/zsh.d/zshrc"
|
||
|
|
||
|
# Load modules
|
||
|
use \
|
||
|
core \
|
||
|
xdg \
|
||
|
config \
|
||
|
keys \
|
||
|
dotfiles \
|
||
|
prompt \
|
||
|
helpers \
|
||
|
local \
|
||
|
shell
|