Make thefuck-alias depends on current shell

This commit is contained in:
nvbn
2015-05-03 13:04:33 +02:00
parent bcd3154121
commit 3ce8c1187c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ def run_rule(rule, command, history, settings):
def alias():
print("\nalias fuck='eval $(thefuck $(fc -ln -1))'\n")
print(shells.app_alias())
def main():