1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

#N/A: Cleanup shells/fish.py a bit

This commit is contained in:
Pablo Santiago Blum de Aguiar 2016-06-04 23:17:46 -03:00
parent a4b690369c
commit e2883430bc

View File

@ -50,10 +50,6 @@ class Fish(Generic):
else:
return command_script
def from_shell(self, command_script):
"""Prepares command before running in app."""
return self._expand_aliases(command_script)
def _get_history_file_name(self):
return os.path.expanduser('~/.config/fish/fish_history')