Last active
November 16, 2021 20:35
-
-
Save jordanilchev/bc374fcd81bf395ef88a to your computer and use it in GitHub Desktop.
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
| # ~/.bash_profile for root | |
| # usage: | |
| # cd && curl -o .bash_profile https://gist.githubusercontent.com/jordanilchev/bc374fcd81bf395ef88a/raw && source .bash_profile | |
| if [ "$BASH" ]; then | |
| if [ -f ~/.bashrc ]; then | |
| . ~/.bashrc | |
| fi | |
| fi | |
| mesg n | |
| # always start screen with logging | |
| # use ctrl+a d to disconect | |
| screen -DRL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment