diff --git a/fish_greeting.fish b/fish_greeting.fish
index c5f1a44..3b1ad83 100644
--- a/fish_greeting.fish
+++ b/fish_greeting.fish
@@ -1,6 +1,6 @@
 function fish_greeting -d "What's up, fish?"
     set_color $fish_color_autosuggestion
     uname -nmsr
-    uptime
+    command -q -s uptime; and uptime
     set_color normal
 end