ridiculousfish
|
3a475a99fc
|
Fix gettext macro to stop casting everything to wchar_t * (oops)
|
2013-03-24 15:58:24 -07:00 |
|
ridiculousfish
|
aaa0c25ff7
|
Large set of changes to how PATH is handled. Changed fish to no longer modify PATH in share/config.fish. Introduced variable fish_user_paths, and a glue function __fish_reconstruct_path that splices together PATH with fish_user_paths. Changed fish to no longer validate changes to PATH unless the paths are new (i.e. don't recheck what's already there). Modified certain sets to store const wchar_t instead of wcstring to save a few allocations.
https://github.com/fish-shell/fish-shell/issues/527
|
2013-02-19 18:05:20 -08:00 |
|
ridiculousfish
|
a355cf24f1
|
Teach set_color to call setupterm so it doesn't crash when run non-interactively
|
2013-02-15 14:00:25 -08:00 |
|
ridiculousfish
|
12332328c1
|
Remove set_color from Makefile. Fix issue where builtin_set_color would mix output modes up
|
2013-02-14 16:46:54 -08:00 |
|
ridiculousfish
|
8d95d0834d
|
First stab at builtin set_color. Moved set_color.cpp to builtin_set_color.cpp and taught fish about it.
|
2013-02-14 15:52:24 -08:00 |
|