6 lines
111 B
Bash
6 lines
111 B
Bash
# Enviroment Variables
|
|
|
|
export PATH=$PATH:$HOME/bin
|
|
export PS1="\e[0;32m[\u@\h \W]\$ \e[m "
|
|
export EDITOR=vim
|
|
|