From 83ea715ce7300e3c01077672a11795ae0e924479 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 9 May 2019 16:16:16 +0200 Subject: [PATCH] bashrc: add the fuck alias --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index df4bcb3..a81f089 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -84,6 +84,9 @@ source /usr/lib/ruby/gems/*/gems/tmuxinator-*/completion/tmuxinator.bash #fzf source /usr/share/fzf/completion.bash +#the-fuck +eval $(thefuck --alias) + export MOZ_USE_OMTC=1 export SPICE_NOGRAB=1 export GDK_BACKEND=wayland