From 3ba6a07d471c749e8be4cf7d86a8e1702b5642f8 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Mon, 4 May 2020 04:49:50 +0200 Subject: [PATCH] Fix profile sourcing --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 37672c5..e8a23c6 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,5 @@ #!/bin/zsh -emulate sh -c 'source /etc/profile' +source /etc/profile export MOZ_USE_OMTC=1 export EDITOR="emacsclient -nc"