From 601aac58e09ea5255cf35613a24ec327a5f1839e Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 5 Dec 2024 12:58:51 +0100 Subject: [PATCH] Add DARKRC env var to profile --- profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile b/profile index 67007ff..3c297b2 100644 --- a/profile +++ b/profile @@ -1,10 +1,13 @@ # vim: set noexpandtab filetype=sh :miv # +export DARKRC="$(realpath $(dirname $0))" + if which nvim > /dev/null then export EDITOR=nvim else export EDITOR=vim fi export LESSCHARSET=utf-8 +export PATH="$PATH" # export MANPATH="$HOME/.local/share/man:$(manpath)"