9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
|
PATH="${PATH}:${HOME}/bin"
|
||
|
PAGER="less"
|
||
|
EDITOR="vim"
|
||
|
VISUAL="vim"
|
||
|
export PATH PAGER EDITOR VISUAL
|
||
|
|
||
|
|
||
|
alias ll='ls -ahlF'
|