7 lines
139 B
Bash
7 lines
139 B
Bash
# vim: set noexpandtab filetype=sh :miv #
|
|
|
|
export EDITOR=vim
|
|
|
|
export LESSCHARSET=utf-8
|
|
|
|
export MANPATH="$HOME/.local/share/man:$(manpath)"
|