summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-31 18:06:08 +0200
committerFlorian Pritz <f-p@gmx.at>2009-03-31 18:06:08 +0200
commit623fdecc524a5aadf9188494137fc63534f1f205 (patch)
tree4e8d96e2453ab518d7884bae4fd79ce7db5816b5 /.zsh
parentd66c6b29f6b18003d82fe75385a2b05f43c5e59a (diff)
downloaddotfiles-623fdecc524a5aadf9188494137fc63534f1f205.tar.gz
dotfiles-623fdecc524a5aadf9188494137fc63534f1f205.tar.xz
remove 2 greetings
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/99greetings4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings
index 8a5b57c..60b9fcc 100644
--- a/.zsh/rc/99greetings
+++ b/.zsh/rc/99greetings
@@ -3,8 +3,8 @@
#--------------------
# Greetings
#--------------------
-cat /etc/motd
-echo -e "${CYAN}Welcome to ZSH ${RED}${ZSH_VERSION}$NC"
+#cat /etc/motd
+#echo -e "${CYAN}Welcome to ZSH ${RED}${ZSH_VERSION}$NC"
sysinfo
# don't want to read the same every time I open a new shell
if [ -x /usr/bin/fortune ]; then