diff options
| author | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-18 19:25:27 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-18 19:25:27 +0900 |
| commit | d0a3fa2ddd2843a55cce25d29fe61daf27ef1d38 (patch) | |
| tree | b916cba0e7a6997a4e9dc85a52645d08fec5c344 /minimal | |
| parent | 3ae41fadb4837262801dfddce098587e99ae609f (diff) | |
Update minimal
Uncomment useful lines on bashrc. Update comments
Diffstat (limited to 'minimal')
| -rw-r--r-- | minimal/.bashrc | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/minimal/.bashrc b/minimal/.bashrc index 761e585..21c6191 100644 --- a/minimal/.bashrc +++ b/minimal/.bashrc @@ -1,17 +1,17 @@ -# -# ~/.bashrc -# +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples # If not running interactively, don't do anything [[ $- != *i* ]] && return # Bash config -#export EDITOR=nvim -#HISTCONTROL=ignoreboth -#shopt -s histappend -#HISTSIZE=1000 -#HISTFILESIZE=2000 -#shopt -s checkwinsize +export EDITOR=nvim +HISTCONTROL=ignoreboth +shopt -s histappend +HISTSIZE=1000 +HISTFILESIZE=2000 +shopt -s checkwinsize # Alias definitions. if [ -f ~/.bash_aliases ]; then @@ -40,3 +40,5 @@ export LESS # better `ls` (and other programs like `tree`) colors #eval "$(dircolors)" +# tmux on remote machine (over ssh) complains if TERM=st-256color +#export TERM=tmux-256color |
