Skip to content

Instantly share code, notes, and snippets.

@cedced19
Last active September 7, 2016 15:07
Show Gist options
  • Select an option

  • Save cedced19/3a139894b66b98678fa02a35e0c839c6 to your computer and use it in GitHub Desktop.

Select an option

Save cedced19/3a139894b66b98678fa02a35e0c839c6 to your computer and use it in GitHub Desktop.
My .bashrc: it uses http://bashrcgenerator.com/.
export PS1="[\[$(tput sgr0)\]\[\033[38;5;208m\]\A\[$(tput sgr0)\]\[\033[38;5;15m\]] \[$(tput sgr0)\]\[\033[38;5;82m\]\u\[$(tput sgr0)\]\[\033[38;5;83m\]@\[$(tput sgr0)\]\[\033[38;5;82m\]\H\[$(tput sgr0)\]\[\033[38;5;15m\] > \[$(tput sgr0)\]\[\033[38;5;39m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\] \\$ \[$(tput sgr0)\]"
alias fm="ssh root@192.168.0.40 -t "./fm""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment