From e0c71c1a58e6a85054de6f15f82941d898fa80a2 Mon Sep 17 00:00:00 2001 From: maudin Date: Sat, 2 Jul 2022 13:54:30 +0200 Subject: [PATCH] typo --- hybris.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index 84b263a..c28571f 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -35,7 +35,7 @@ bindkey "^[Od" backward-word bindkey "^[Oc" forward-word # Some exports -export ANSIBLE_LOGPATH=/var/log/ansible-bearstech/${role}-$(date +%Y%m%d%H%M%S).log +export ANSIBLE_LOG_PATH=/var/log/ansible-bearstech/${role}-$(date +%Y%m%d%H%M%S).log export EDITOR=emacsclient export LESS=-cex2MRX export LESSOPEN='|~/.lessfilter %s'