Files
thefuck/thefuck
Chris Mendis 692ee53a33 Avoid masking shell return values in Zsh.app_alias (#820)
I discovered that a common shell script issue (https://github.com/koalaman/shellcheck/wiki/SC2155) is present in the script returned by `Zsh.app_alias()`, amongst other `app_alias` methods in thefuck.

In the case of the zsh `app_alias()` script, this common issue is causing the script to error on some versions of Mac OS X. This is  reported in #718.

Unmasking the value of `TF_SHELL_ALIASES` fixes the errors in Mac OS X, but I also unmasked `TF_HISTORY` for consistency.
2018-07-10 00:48:56 +02:00
..
2018-03-19 22:41:38 +01:00
2018-05-14 22:44:10 +02:00
2017-10-25 19:31:03 +02:00
2018-07-10 00:46:57 +02:00
2015-04-17 16:24:03 +02:00
2018-05-14 22:16:33 +02:00
2017-08-26 14:30:19 +02:00
2017-10-16 19:19:29 +02:00
2017-10-10 19:19:54 +02:00