8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
# Ansible managed
|
||
|
|
||
|
PATH=$HOME/.local/bin:$PATH
|
||
|
EDITOR=vim
|
||
|
VISUAL=vim
|
||
|
LESS=-R
|
||
|
export PATH EDITOR VISUAL LESS
|