Last active
September 7, 2016 15:07
-
-
Save cedced19/3a139894b66b98678fa02a35e0c839c6 to your computer and use it in GitHub Desktop.
My .bashrc: it uses http://bashrcgenerator.com/.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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