darkrc/profile

11 lines
199 B
Plaintext
Raw Normal View History

2019-07-02 11:35:59 +00:00
# vim: set noexpandtab filetype=sh :miv #
2021-07-26 06:43:42 +00:00
if which nvim > /dev/null
2021-07-22 06:53:02 +00:00
then export EDITOR=nvim
else export EDITOR=vim
fi
2019-07-02 11:35:59 +00:00
export LESSCHARSET=utf-8
2020-01-28 14:47:36 +00:00
2021-07-05 07:27:27 +00:00
# export MANPATH="$HOME/.local/share/man:$(manpath)"