mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2026-03-02 03:49:25 +00:00
uname -m is more useful than uname -p
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
function fish_greeting -d "what's up, fish?"
|
function fish_greeting -d "what's up, fish?"
|
||||||
set_color $fish_color_autosuggestion
|
set_color $fish_color_autosuggestion
|
||||||
uname -npsr
|
uname -nmsr
|
||||||
uptime
|
uptime
|
||||||
set_color normal
|
set_color normal
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user