5 lines
89 B
Bash
5 lines
89 B
Bash
export EDITOR=vim
|
|
|
|
typeset -U PATH path
|
|
path=("$HOME/.local/bin" "$path[@]")
|
|
export PATH
|