Johannes Altmanninger
|
29f35d6cdf
|
completion: adopt commandline -x replacing deprecated -o
This gives us more accurate completions because completion scripts get
expanded paths
|
2024-01-27 09:28:06 +01:00 |
|
Ilan Cosman
|
30400f3ced
|
Use test command instead of bracket command
|
2021-11-26 16:55:50 -08:00 |
|
Johannes Altmanninger
|
49c5f96470
|
Use set -l to force use of a local variable
Bare set overwrites a global/universal variable if it exists.
|
2020-05-15 08:25:07 +02:00 |
|
Fabian Homborg
|
9367d4ff71
|
Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
|
2020-03-09 19:46:43 +01:00 |
|
Michael Sanders
|
3f8907d7cf
|
Add pyenv completions
|
2020-01-30 21:53:45 -08:00 |
|