From 960fcd8ad3e7621509b43cd5d7c058ac6986c194 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 8 Jan 2022 20:51:35 +0100 Subject: Finally it's done --- .config/env | 4 ++-- .config/zsh/alias.zsh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/env b/.config/env index 9aa97aa..3dabf6a 100644 --- a/.config/env +++ b/.config/env @@ -15,8 +15,8 @@ export PATH="$HOME"/.local/bin:"$PATH":/usr/local/llvm10/bin:/usr/local/llvm11/bin # Apps -export EDITOR="emacsclient -c -a nvim" -export VISUAL="$EDITOR" +export EDITOR="editorcmd" +export VISUAL="${EDITOR}" export PAGER='less' export TERMINAL='st' export BROWSER='firefox' diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index da4a312..d287a97 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -88,7 +88,7 @@ vimbin() { cd $p return fi - $VISUAL $sc + ${VISUAL} $sc cd $p } vimconf() { -- cgit v1.2.3