fish-shell/share/tools/web_config/sample_prompts
Fabian Homborg 1406d63b85 Restyle
I kinda hate how fussy clang-format is. It reflows text
constantly (line limit), forces things onto one line *except* when
they're too long, and wants to turn this:

```c++
    return true;;
```

into this:

```c++
    return true;
    ;
```

instead of, you know, eliminating the second semicolon?

Anyway, it is what it is and we use it, I'll just look into getting some
more slack.
2020-03-26 20:45:40 +01:00
..
acidhub.fish sample_prompts/acidhub: Use prompt_pwd 2020-01-06 18:41:50 +01:00
classic.fish Quote $USER when used with switch or test 2017-07-20 19:45:32 +02:00
classic_status.fish prompts: fix pipestatus for jobs prefixed with "not" 2020-02-06 01:43:17 +01:00
classic_vcs.fish prompts: fix pipestatus for jobs prefixed with "not" 2020-02-06 01:43:17 +01:00
debian_chroot.fish Reformat all files 2019-05-05 12:09:25 +02:00
informative.fish prompts: fix pipestatus for jobs prefixed with "not" 2020-02-06 01:43:17 +01:00
informative_vcs.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
justadollar.fish lint: fish_indent all sample prompts 2016-11-01 19:19:45 -07:00
lonetwin.fish Stop caching set_color output in rest of prompts 2019-04-09 03:40:09 -07:00
minimalist.fish lint: fish_indent all sample prompts 2016-11-01 19:19:45 -07:00
nim.fish Restyle 2020-03-26 20:45:40 +01:00
pythonista.fish sample prompts: use $USER instead of (whoami) 2019-09-18 23:35:16 -07:00
robbyrussell.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
screen_savvy.fish sample prompts: use $USER instead of (whoami) 2019-09-18 23:35:16 -07:00
sorin.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
terlar.fish sample prompts: use $USER instead of (whoami) 2019-09-18 23:35:16 -07:00