From: Oleg Broytman Date: Sun, 24 Dec 2023 10:28:19 +0000 (+0300) Subject: .shellrc: unset `wrapper` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b3a4be7f2eb82f3cd7ac12ce316f4fc9cd4cbf76 .shellrc: unset `wrapper` --- diff --git a/.shellrc b/.shellrc index 5d46454..9f9242a 100644 --- a/.shellrc +++ b/.shellrc @@ -163,7 +163,7 @@ mc() { rc=1 fi - unset MC_FOUND MC_PWD_FILE MC_SLOW MC_TMP_DIR MC_XTERM + unset wrapper MC_FOUND MC_PWD_FILE MC_SLOW MC_TMP_DIR MC_XTERM return $rc }