Add DARKRC env var to profile
This commit is contained in:
parent
ab363bfaee
commit
601aac58e0
1 changed files with 3 additions and 0 deletions
3
profile
3
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)"
|
||||
|
|
Loading…
Reference in a new issue