]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Midnight Commander with subshell starts up slowly
authorSergey Matveev <stargrave@stargrave.org>
Mon, 19 Jun 2023 14:05:58 +0000 (17:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 19 Jun 2023 14:05:58 +0000 (17:05 +0300)
zsh/.zsh/rc/010aliases.zsh

index 654efd929b3ca43eda4eb9e75d531a66927bae51..1e21fdae32e54480f50dde6ced9d34b57d7d9cd2 100644 (file)
@@ -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"