bash_tips
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bash_tips [2025/03/20 18:07] – created juckins | bash_tips [2025/03/20 18:14] (current) – juckins | ||
---|---|---|---|
Line 3: | Line 3: | ||
[[https:// | [[https:// | ||
- | http:// | + | .bashrc root updates |
- | + | ||
- | .bashrc root updates: | + | |
< | < | ||
Line 19: | 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.1742508478.txt.gz · Last modified: 2025/03/20 18:07 by juckins