mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-13 02:12:44 +00:00
6 lines
162 B
Fish
6 lines
162 B
Fish
function _pure_prompt_ssh
|
|
if test "$SSH_CONNECTION" != ""
|
|
echo (_pure_prompt_ssh_user)(_pure_prompt_ssh_separator)(_pure_prompt_ssh_host)
|
|
end
|
|
end
|