mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-12 07:57:22 +00:00
4 lines
61 B
Fish
4 lines
61 B
Fish
# name: Just a Dollar
|
|
function fish_prompt
|
|
echo -n '$ '
|
|
end
|