From 84459e7933fc0295bd414dc21ad5d6bccd669a64 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 17 Jun 2021 22:16:00 +0300 Subject: [PATCH] Unnecessary escape --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index b495593..2f04f40 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -153,7 +153,7 @@ mailpath=( ~/mail/mbox"?Neue Nachrichten in =mbox" ~/mail/arbeit"?Neue Nachrichten in =arbeit" ) -alias arr="mutt -f \=arbeit -e 'source ~/.mutt/accounts/stcnet.ru'" +alias arr="mutt -f =arbeit -e 'source ~/.mutt/accounts/stcnet.ru'" alias sent="mutt -f =sent-\`date '+%y-%m'\`" bindkey -s "OP" " inc\n" # F1 # }}} -- 2.44.0