From 7489040f8fc1332e5609b48a2707a212f9532b0e Mon Sep 17 00:00:00 2001 From: SanketDG Date: Tue, 12 May 2015 14:29:00 +0530 Subject: [PATCH] fix thefuck-alias --- thefuck/shells.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/shells.py b/thefuck/shells.py index 2ed5c483..90b560e5 100644 --- a/thefuck/shells.py +++ b/thefuck/shells.py @@ -32,7 +32,7 @@ class Generic(object): return command_script def app_alias(self): - return "\nalias fuck='eval $(thefuck $(fc -ln -1))'\n" + print "\nalias fuck='eval $(thefuck $(fc -ln -1))'\n" def _get_history_file_name(self): return ''