diff --git a/simpleDots/exports b/simpleDots/exports index 2777444..09f50cd 100644 --- a/simpleDots/exports +++ b/simpleDots/exports @@ -8,12 +8,10 @@ export PATH=~/.local/bin:~/.bin:$PATH export EDITOR=vim; export TERMINAL="alacritty"; -# Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=50000000; export HISTFILESIZE=$HISTSIZE; export HISTCONTROL=ignoredups; -# Make some commands not show up in history -export HISTIGNORE=" *:ls:cd:cd -:pwd:exit:date:&::[bf]g:exit:pwd:clear:mplayer"; +export HISTIGNORE=" *:ls:cd:pwd:exit:[bf]g:clear:reset:mplayer *"; # Deutsches System aber englische Messages und Sortierung # aber nur wenn die locale gesetzt werden kann @@ -49,8 +47,3 @@ export TODOTXT_DEFAULT_ACTION=ls #export GDK_SCALE=2 #export GDK_DPI_SCALE=0.5 #export QT_DEVICE_PIXEL_RATIO=2 - -# Include local exports -if [ -f "$HOME/.local/exports" ]; then - source "$HOME/.local/exports" -fi