From: Sergey Matveev <stargrave@stargrave.org>
Date: Mon, 19 Jun 2023 14:05:58 +0000 (+0300)
Subject: Midnight Commander with subshell starts up slowly
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5318177dea2a285bbd523cdd1f8e822962b6b043;p=dotfiles.git

Midnight Commander with subshell starts up slowly
---

diff --git a/zsh/.zsh/rc/010aliases.zsh b/zsh/.zsh/rc/010aliases.zsh
index 654efd9..1e21fda 100644
--- a/zsh/.zsh/rc/010aliases.zsh
+++ b/zsh/.zsh/rc/010aliases.zsh
@@ -7,5 +7,5 @@ alias -g TO="2>&1"
 alias -g W="| wc -l | sed 's/ //g'"
 alias l="ls -AF, "
 alias ll="ls -D \"%Y-%m-%d %H:%M\" -AFl, "
-alias mc="mc --nomouse"
+alias mc="mc --nomouse --nosubshell"
 alias vi="vim"