Aaron Gyes
|
1ef310c3a8
|
Fix export returning 1 on success
Fixes #4435
|
2017-10-01 01:11:17 -07:00 |
|
Kurtis Rader
|
085a9b9267
|
fix stupid typo introduced by d9b30ab09
|
2017-03-14 13:17:53 -07:00 |
|
Kurtis Rader
|
d9b30ab090
|
setenv should behave like export
Fixes #3897
|
2017-03-14 12:14:22 -07:00 |
|
Markus Reiter
|
f38646593c
|
Allow export to set colon-separated PATH , CDPATH and MANPATH .
|
2017-02-12 15:20:07 +01:00 |
|
Fabian Homborg
|
52f8707c3e
|
Use string split in export.fish
It's a bit more explicit than replace.
|
2016-02-10 20:33:43 +01:00 |
|
Fabian Homborg
|
54f215294f
|
export: Fix replacing
Also run it through fish_indent
|
2015-10-12 11:35:45 +02:00 |
|
Fabian Homborg
|
20e96df85d
|
export: Enable values with "=" in them
Only split on the first "=" to achieve this.
Closes #2403
|
2015-09-24 15:28:58 +02:00 |
|
Rack Lin
|
bfd1951023
|
Added export alias for set global variable, made for sh/bash/zsh compatibility
Signed-off-by: Rack Lin <racklin@gmail.com>
Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
2014-12-01 15:43:57 +08:00 |
|