Compare commits
2 commits
651b4ae517
...
12b335be77
Author | SHA1 | Date | |
---|---|---|---|
12b335be77 | |||
e043a2bdaf |
20 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ zeval-if-installed() {
|
||||||
zmodule willghatch/zsh-saneopt --source saneopt.plugin.zsh
|
zmodule willghatch/zsh-saneopt --source saneopt.plugin.zsh
|
||||||
zmodule environment
|
zmodule environment
|
||||||
|
|
||||||
|
# Tell Zim about my own configuration. This has two benefits:
|
||||||
|
# - My personal functions/ directory will be added to fpath, and
|
||||||
|
# - Zim will automatically zcompile anything with a .zsh extension for me! :)
|
||||||
|
zmodule $ZDOTDIR
|
||||||
|
|
||||||
zmodule mafredri/zsh-async --source async.zsh
|
zmodule mafredri/zsh-async --source async.zsh
|
||||||
|
|
||||||
zmodule input
|
zmodule input
|
||||||
|
|
Loading…
Reference in a new issue