bash_configs:bashrc_vs_.bash_profile
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
bash_configs:bashrc_vs_.bash_profile [2019/10/04 12:39] – juckins | bash_configs:bashrc_vs_.bash_profile [2025/03/20 18:10] (current) – removed juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Tips for using .bashrc vs .bash_profile | ||
- | |||
- | http:// | ||
- | |||
- | .bashrc root updates: | ||
- | |||
- | < | ||
- | # Added by CJ | ||
- | |||
- | # Set prompt | ||
- | PS1=" | ||
- | |||
- | PATH=$PATH: | ||
- | export PATH | ||
- | unset USERNAME | ||
- | |||
- | alias ssh=' | ||
- | alias vi=' | ||
- | |||
- | # no funny characters in man pages | ||
- | #export LC_ALL=" | ||
- | |||
- | # Combine history | ||
- | export HISTSIZE=10000 | ||
- | export HISTCONTROL=ignoredups | ||
- | shopt -s histappend | ||
- | </ | ||
bash_configs/bashrc_vs_.bash_profile.1570207171.txt.gz · Last modified: 2019/10/04 12:39 by juckins