summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-01-03 22:22:12 +0100
committerFlorian Pritz <f-p@gmx.at>2009-01-03 22:22:12 +0100
commit4d0cc55330dc6d7d3b31a31977747c39125dbd6d (patch)
treee37e64321141c71e4d3f1dbef7b1a279d2f930b8 /.zshrc
parent03ece74261e55b092e134ba4d54fcc27af5fb9f2 (diff)
downloaddotfiles-4d0cc55330dc6d7d3b31a31977747c39125dbd6d.tar.gz
dotfiles-4d0cc55330dc6d7d3b31a31977747c39125dbd6d.tar.xz
removed date from short_ii
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 5a3f840..460c307 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,6 +1,6 @@
#----------------------------------------------------
# File: ~/.zshrc
-# Version: 0.3.6
+# Version: 0.3.7
# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
#----------------------------------------------------
@@ -379,7 +379,6 @@ function ii()
function short_ii()
{
echo -e "\nUser ${RED}"${USER:-"N/A"}"$NC on "${RED}${HOST:-"N/A"}"$NC"
- echo -e "\n${RED}Current date:$NC " ; date
echo -e "\n${RED}Machine stats:$NC " ; uptime
echo
}