summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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
}