diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 } |