From 7a33487cf4d0c29d87135916f13b4b920ab48831 Mon Sep 17 00:00:00 2001 From: JohnE Date: Fri, 24 Apr 2015 23:59:42 -0700 Subject: [PATCH] added new alias --- .bash_tools | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash_tools b/.bash_tools index c6d3ec9..b0a48a5 100644 --- a/.bash_tools +++ b/.bash_tools @@ -1,4 +1,6 @@ # 7zip install required (install: 'brew install p7zip') - # 7zip encrypted, enables encryption of archive headers too alias 7ze='7z a -mhe=on -p' + +# install thefuck from brew +alias fuck='eval $(thefuck $(fc -ln -1))'