confpub/profile

9 lines
120 B
Plaintext
Raw Permalink Normal View History

2024-01-23 09:08:05 +00:00
PATH="${PATH}:${HOME}/bin"
PAGER="less"
EDITOR="vim"
VISUAL="vim"
export PATH PAGER EDITOR VISUAL
alias ll='ls -ahlF'