PS1="$(whoami)@$(hostname)(\$PWD)# " | |
export PS1 | |
export EDITOR=/usr/bin/vi | |
set -o vi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PS1="$(whoami)@$(hostname)(\$PWD)# " | |
export PS1 | |
export EDITOR=/usr/bin/vi | |
set -o vi |