1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-31 07:04:12 +00:00

#738: Set SHELL env var for fish and tcsh

This commit is contained in:
Pablo Santiago Blum de Aguiar
2017-12-16 22:46:44 -02:00
parent f700b23f57
commit bcb749722b
4 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ class TestTcsh(object):
'll': 'ls -alF'}
def test_app_alias(self, shell):
assert 'setenv TF_SHELL tcsh' in shell.app_alias('fuck')
assert 'alias fuck' in shell.app_alias('fuck')
assert 'alias FUCK' in shell.app_alias('FUCK')
assert 'thefuck' in shell.app_alias('fuck')