`uname -m` is more useful than `uname -p`

pull/51/head
Justin Hileman 8 years ago
parent 340a343a5e
commit 383bf0d7b0

@ -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

Loading…
Cancel
Save