#N/A: Cleanup shells/fish.py a bit
This commit is contained in:
@@ -50,10 +50,6 @@ class Fish(Generic):
|
|||||||
else:
|
else:
|
||||||
return command_script
|
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):
|
def _get_history_file_name(self):
|
||||||
return os.path.expanduser('~/.config/fish/fish_history')
|
return os.path.expanduser('~/.config/fish/fish_history')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user