Skip to content

Instantly share code, notes, and snippets.

@jordanilchev
Last active November 16, 2021 20:35
Show Gist options
  • Select an option

  • Save jordanilchev/bc374fcd81bf395ef88a to your computer and use it in GitHub Desktop.

Select an option

Save jordanilchev/bc374fcd81bf395ef88a to your computer and use it in GitHub Desktop.
# ~/.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