.bashrc: Don't export bash-internal vars

This commit is contained in:
Lexi / Zoe 2025-12-05 03:42:31 +01:00
parent a1fbcddac9
commit 92f87bbadd
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 6 additions and 6 deletions

12
.bashrc
View File

@ -9,17 +9,17 @@
set -o noclobber
shopt -s checkwinsize
shopt -s histappend
export HISTCONTROL=ignoreboth
export HISTSIZE=20000
export HISTFILESIZE=20000
export PROMPT_DIRTRIM=3
HISTCONTROL=ignoreboth
HISTSIZE=20000
HISTFILESIZE=20000
PROMPT_DIRTRIM=3
# Save and display timestamps for history
HISTTIMEFORMAT="[%F %T] "
# Color output and default options
export GREP_OPTS='--color=auto'
export LS_OPTS='--color=auto -hFN --group-directories-first'
GREP_OPTS='--color=auto'
LS_OPTS='--color=auto -hFN --group-directories-first'
export LESS="-Ri"
# colored GCC warnings and errors