fish-shell/share/tools/web_config/sample_prompts
Fabian Homborg 69b464bc37 Run fish_indent on all our fish scripts
It's now good enough to do so.

We don't allow grid-alignment:

```fish
complete -c foo -s b -l barnanana -a '(something)'
complete -c foo -s z              -a '(something)'
```

becomes

```fish
complete -c foo -s b -l barnanana -a '(something)'
complete -c foo -s z -a '(something)'
```

It's just more trouble than it is worth.

The one part I'd change:

We align and/or'd parts of an if-condition with the in-block code:

```fish
if true
   and false
    dosomething
end
```

becomes

```fish
if true
    and false
    dosomething
end
```

but it's not used terribly much and if we ever fix it we can just
reindent.
2020-01-13 20:34:22 +01:00
..
acidhub.fish sample_prompts/acidhub: Use prompt_pwd 2020-01-06 18:41:50 +01:00
classic_status.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
classic_vcs.fish Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +01:00
classic.fish Quote $USER when used with switch or test 2017-07-20 19:45:32 +02:00
debian_chroot.fish Reformat all files 2019-05-05 12:09:25 +02:00
informative_vcs.fish prompt: don't set default colors twice 2019-12-11 11:32:58 +01:00
informative.fish prompt: don't set default colors twice 2019-12-11 11:32:58 +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 disable virtualenv prompt update in nim prompt 2020-01-06 17:06:24 +01:00
pythonista.fish sample prompts: use $USER instead of (whoami) 2019-09-18 23:35:16 -07:00
robbyrussell.fish Don't test with one argument 2019-01-27 15:38:03 +01:00
screen_savvy.fish sample prompts: use $USER instead of (whoami) 2019-09-18 23:35:16 -07:00
sorin.fish Improved performance of the sorin theme 2019-02-06 12:29:52 +01:00
terlar.fish sample prompts: use $USER instead of (whoami) 2019-09-18 23:35:16 -07:00