mirror of
https://github.com/lowne/fish-prompt-metro.git
synced 2026-03-02 03:40:10 +00:00
add fish_greeting
This commit is contained in:
7
fish_greeting.fish
Normal file
7
fish_greeting.fish
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
function fish_greeting
|
||||||
|
set_color $fish_color_autosuggestion
|
||||||
|
uname -nmsr
|
||||||
|
command -qs uptime; and command uptime
|
||||||
|
echo (id -un)'@'(hostname -s)
|
||||||
|
set_color normal
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user