Skip to content

Instantly share code, notes, and snippets.

@neatshell
Last active August 29, 2015 13:57
Show Gist options
  • Save neatshell/9639286 to your computer and use it in GitHub Desktop.
Save neatshell/9639286 to your computer and use it in GitHub Desktop.
A script that adds some customizations to the bash
#!/bin/bash
cat << 'EOF' >> .bash_profile
if [ -n "$SSH_CLIENT" ]; then
PS1='\[\033[01;33m\]\u\033[00m\]@\[\033[01;33m\]\h\[\033[00m\]:\[\033[00;33m\]\w\[\033[00m\] '
fi
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment