bash_tips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash_tips [2025/03/20 18:08] – juckins | bash_tips [2025/03/20 18:14] (current) – juckins | ||
---|---|---|---|
Line 3: | Line 3: | ||
[[https:// | [[https:// | ||
- | .bashrc root updates: | + | .bashrc root updates |
< | < | ||
Line 17: | Line 17: | ||
alias ssh=' | alias ssh=' | ||
alias vi=' | alias vi=' | ||
+ | alias space=' | ||
+ | alias kernels=' | ||
# no funny characters in man pages | # no funny characters in man pages | ||
#export LC_ALL=" | #export LC_ALL=" | ||
+ | |||
+ | # Use 24-hour clock with ' | ||
+ | export LC_TIME=" | ||
# Combine history | # Combine history | ||
export HISTSIZE=10000 | export HISTSIZE=10000 | ||
export HISTCONTROL=ignoredups | export HISTCONTROL=ignoredups | ||
+ | export HISTTIMEFORMAT=" | ||
shopt -s histappend | shopt -s histappend | ||
</ | </ | ||
- | |||
- |
bash_tips.1742508492.txt.gz · Last modified: 2025/03/20 18:08 by juckins