mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-26 02:09:50 +08:00
9 lines
134 B
Fish
9 lines
134 B
Fish
# name: Uggedal
|
|
function fish_prompt
|
|
if test -n "$SSH_CONNECTION"
|
|
printf '%s ' $HOSTNAME
|
|
end
|
|
|
|
printf '%s ' (prompt_pwd)
|
|
end
|