From 394bca4b8511ec5f41115e29f0dcebb4387771cc Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 8 Jan 2022 17:17:57 +0100 Subject: Update --- .config/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/env') diff --git a/.config/env b/.config/env index f60cf3d..b6ad41e 100644 --- a/.config/env +++ b/.config/env @@ -16,7 +16,7 @@ export PATH="$HOME"/.local/bin:"$PATH":/usr/local/llvm10/bin:/usr/local/llvm11/b # Apps export EDITOR='emacsclient -t -a nvim' -export VISUAL='emacsclient -t -a nvim' +export VISUAL="$EDITOR" export PAGER='less' export TERMINAL='st' export BROWSER='firefox' -- cgit v1.2.3