summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/zshrc.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/zshrc.sh b/src/zshrc.sh
deleted file mode 100755
index 72d0069..0000000
--- a/src/zshrc.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# goto root dir (this script resides in src)
-BASEDIR=`dirname $(readlink -f $0)`
-cd ${BASEDIR}/../
-
-rm -f gen/.zshrc
-curl -L -s http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc -o gen/.zshrc