mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
6 lines
133 B
Fish
6 lines
133 B
Fish
function _pure_prompt_ssh
|
|
if test "$SSH_CONNECTION" != ""
|
|
echo "$pure_symbol_ssh_prefix"(_pure_user_at_host)
|
|
end
|
|
end
|