Files
ansible/roles/dotfiles/files/dot.profile
2026-03-30 20:55:41 +03:00

7 lines
105 B
Plaintext

# Ansible managed
export PATH=$HOME/.local/bin:$PATH
export EDITOR=vim
export VISUAL=vim
export LESS=-R