From f62da8e874b5ddec1932b90735f00fc05cab9de8 Mon Sep 17 00:00:00 2001 From: Sonny Date: Mon, 30 Jul 2018 20:00:52 +0200 Subject: [PATCH] Add systemd editor variable & update path --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index f77611b..11564ea 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,6 @@ export VISUAL=vim export EDITOR=vim +export SYSTEMD_EDITOR="/usr/bin/vim" export PAGER=less export BROWSER=/usr/bin/firefox @@ -29,4 +30,4 @@ if [ -n "$BASH_VERSION" ]; then fi fi -PATH="$HOME/bin:$HOME/.local/bin:$HOME/.bin/:$HOME/dotfiles/scripts/:$PATH" +PATH="$HOME/bin:$HOME/.local/bin:$HOME/.bin/:$HOME/scripts/:$PATH"