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

5 lines
64 B
Fish
Raw Normal View History

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