From 0efddac8757ac38d6ea00754fcf88bb7f86e9d95 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 24 Sep 2021 23:14:57 +0300 Subject: [PATCH] Installed thefuck utility --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f9555ab..3b1bcd1 100644 --- a/.bashrc +++ b/.bashrc @@ -15,4 +15,5 @@ export TERM=alacritty export EDITOR=nvim export VISUAL=nvim +eval "$(thefuck --alias)"