projects
/
abe:zshrc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Support more zsh files in ~/.zsh/
[abe:zshrc.git]
/
zsh.d
/
04-grml-pre
1
# -*- sh -*-
2
# Do not warn about old skel dot-files anymore
3
GRML_WARN_SKEL=0
4
5
# Put dir stack file in .zsh, too
6
DIRSTACKFILE=${HOME}/.zsh/dirs
7
8
if [ "domainname not found" != "`which domainname`" ]; then
9
if [ `domainname` = "phys.ethz.ch" ]; then
10
BATTERY=0
11
else
12
BATTERY=1
13
fi
14
else
15
BATTERY=1
16
fi