Last active
June 12, 2019 00:03
-
-
Save mhou1981/efcd6114608a979d0650ce928c315a2e to your computer and use it in GitHub Desktop.
Shell prompt without loading rc nor profile
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
ssh -t user@host bash --norc --noprofile | |
# or | |
bash --norc --noprofile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment