aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_config.fish
Commit message (Collapse)AuthorAge
* `string escape` some eval callsGravatar Aaron Gyes2016-06-15
|
* Quote `eval ... webconfig.py` in fish_config.fishGravatar Aaron Gyes2016-06-14
| | | | | | This was causing issues launching fish_config on OS X if fish.app is renamed to contain a space (noted, but likely not the actual problem, in issue #3140)
* Fix check for non-empty argument (= initial tab) in fish_configGravatar Torsten Grust2012-08-30
| | | | The original version (based on 'test') was creating spurious files named "0" in the current working directory
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
| | | | For example, you can run "fish_config history"
* Moved some Python scripts into new share/tools/ directory.Gravatar ridiculousfish2012-03-25
Added fish_config function to launch web config