dotfiles

andersuno
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 5eadf2dde1feb32411f2dfabd2d7db34a7381446
parent 435e86359f093d6fd98fa9e66f1d458189683efb
Author: andersuno <anders@desk.andersuno.nu>
Date:   Wed,  3 Aug 2022 17:24:29 +0200

Enabled vim EDITOR shell env vars

Diffstat:
M.profile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.profile b/.profile @@ -2,9 +2,9 @@ #export XDG_CONFIG_HOME=$HOME/.config #export XDG_CACHE_HOME=$HOME/.cache #export XDG_DATA_HOME=$HOME/.local/share -#export EDITOR="vim" -#export SUDO_EDITOR="vim" -#export VISUAL="vim" +export EDITOR="vim" +export SUDO_EDITOR="vim" +export VISUAL="vim" export TERM="xterm-256color" #export TERMINAL="alacritty" #export BROWSER="Chromium"