From 864076f64309768060a0cfde6bc62d983c325b60 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 9 Jul 2021 09:44:11 +0200 Subject: [PATCH] Fix some .profile exports --- files/.profile | 4 ++++ files/.zshrc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/.profile b/files/.profile index 123762c..1297d20 100755 --- a/files/.profile +++ b/files/.profile @@ -7,5 +7,9 @@ export LC_ALL=en_US.UTF-8 # path export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin +# editor +export EDITOR="vim" +export VISIAL=${EDITOR} + # keyboard layout setxkbmap -layout za diff --git a/files/.zshrc b/files/.zshrc index 08822a5..0e9fea1 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -43,9 +43,6 @@ esac export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} " zstyle ':vcs_info:git:*' formats '|%b ' -export EDITOR="vim" -export VISIAL=${EDITOR} - # ============================== Aliases alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'" alias fontscache="fc-cache -f -v"