projects
/
abe:zshrc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Argh, which doesn't give the empty string on no result!
[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
if [ "domainname not found" != "`which domainname`" ]; then
6
if [ `domainname` = "phys.ethz.ch" ]; then
7
BATTERY=0
8
else
9
BATTERY=1
10
fi
11
else
12
BATTERY=1
13
fi