Disable motd/status even for interactive shell starts
[khome.git] / home / .profile
index 96a3198..cbc092f 100644 (file)
@@ -20,7 +20,7 @@ fi
 ## TODO Rename status to motd
 case "$-" in
     # Only execute if shell is interactive.
-    *i*) status;;
+    *i*) ;;#status;;
 esac
 
 printf '\n'
This page took 0.024743 seconds and 4 git commands to generate.