projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d1e90
)
mention from where i got the idea
author
Joerg Jaspert
<joerg@debian.org>
Wed, 13 Mar 2013 22:51:42 +0000
(23:51 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Wed, 13 Mar 2013 22:51:42 +0000
(23:51 +0100)
.zsh/.zshrc
patch
|
blob
|
history
diff --git
a/.zsh/.zshrc
b/.zsh/.zshrc
index
2edd28a
..
51870af
100644
(file)
--- a/
.zsh/.zshrc
+++ b/
.zsh/.zshrc
@@
-21,7
+21,8
@@
debug "Starting zsh"
# Want to use colors in log output...
autoload -U colors && colors
-
+# Idea copied from https://github.com/hugues/zdotdir/blob/master/zshrc
+# AUTHOR: Hugues Hiegel <hugues@hiegel.fr>
# Most of my config is splitted into files and directories
if [ -d ${ZDOTDIR} ]; then
for script in ${ZDOTDIR}/??_*.zsh; do