uname -m is more useful than uname -p

This commit is contained in:
Justin Hileman 2016-06-07 10:11:03 -07:00
parent 340a343a5e
commit 383bf0d7b0

View File

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