diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-04-26 15:23:52 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-04-26 15:23:52 +0200 |
| commit | ab465ab5da9bf42b98e3f63e172fc732f2de6770 (patch) | |
| tree | 960186f87c0f3e9cd81cec7c632694e0858676fd | |
| parent | df31a7764ff9168b211070b8ccc08186a8d06d3a (diff) | |
update
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ export PAGER=less export EDITOR=vim -export MANPAGER='vim +MANPAGER --not-a-term -' +export MANPAGER='vim +MANPAGER --not-a-term' export HISTIGNORE='sudo id:uname:date:exit:df:ll:ls:ps:pwd:tc:top:history' export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries export HISTSIZE=100000 # big big history @@ -34,6 +34,7 @@ case $OS in alias ldd='otool -L' alias ibrew='arch -x86_64 /usr/local/bin/brew' trap 'printf "\e]2;%s\a" "$TERM_TAG ${BASH_COMMAND%update_terminal_cwd}"' DEBUG + export MANPAGER='vim +MANPAGER --not-a-term -' ;; (termux) PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin |
