Skip to content

Instantly share code, notes, and snippets.

@sbatururimi
Last active January 10, 2019 11:50
Show Gist options
  • Save sbatururimi/c4098aed25f76af5b42fb8a27fd5d52e to your computer and use it in GitHub Desktop.
Save sbatururimi/c4098aed25f76af5b42fb8a27fd5d52e to your computer and use it in GitHub Desktop.
As simple bash profile with colorization
# terminal color
export PS1="\[\033[00;35m\][GPU_Andrew] \[\033[00:32m\]\\u:\\W\\$\[\033[00m\] "
# alternative
# export PS1="\[\033[00;36m\][\\d, \\t] \[\033[00:32m\]\\u:\\W\\$\[\033[00m\] "
# vi as vim
alias vi=vim
# alias for ssh procy (uncomment if needed)
# proxy_on() {
# ssh -fN "$@"
# }
# proxy_check() {
# ssh -O check "$@"
# }
# proxy_off() {
# ssh -O exit "$@"
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment