aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/export.fish
Commit message (Collapse)AuthorAge
* Use string split in export.fishGravatar Fabian Homborg2016-02-10
| | | | It's a bit more explicit than replace.
* export: Fix replacingGravatar Fabian Homborg2015-10-12
| | | | Also run it through fish_indent
* export: Enable values with "=" in themGravatar Fabian Homborg2015-09-24
| | | | | | Only split on the first "=" to achieve this. Closes #2403
* Added `export` alias for set global variable, made for sh/bash/zsh compatibilityGravatar Rack Lin2014-12-01
Signed-off-by: Rack Lin <racklin@gmail.com> Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>