diff --git a/fish_greeting.fish b/fish_greeting.fish index 84f0632..ca611e1 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 -npsr + uname -nmsr uptime set_color normal end