ansible/roles/dotfiles/files/dot.profile

8 lines
108 B
Plaintext
Raw Permalink Normal View History

2024-09-15 14:12:48 +03:00
# Ansible managed
PATH=$HOME/.local/bin:$PATH
EDITOR=vim
VISUAL=vim
LESS=-R
export PATH EDITOR VISUAL LESS