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