fish-shell/share/tools/web_config/sample_prompts/justadollar.fish

5 lines
64 B
Fish
Raw Normal View History

2012-09-06 16:52:21 +08:00
# name: Just a Dollar
function fish_prompt
2016-11-02 10:19:45 +08:00
echo -n '$ '
end