mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 06:46:12 +08:00
5 lines
61 B
Fish
5 lines
61 B
Fish
# name: Just a Dollar
|
|
function fish_prompt
|
|
echo -n '$ '
|
|
end
|