Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created June 7, 2017 21:19
Show Gist options
  • Save voutilad/0dabbe3afd17b4f732bcf24a5bff42f5 to your computer and use it in GitHub Desktop.
Save voutilad/0dabbe3afd17b4f732bcf24a5bff42f5 to your computer and use it in GitHub Desktop.
KSH PS1 settings for ok color
export PS1="$(printf "\033[1;32m%s\033[;37m@\033[1;33m%s\033[0m$ " $(logname) $(hostname -s))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment