1
0
Fork 0

Remove unnecessard include

This commit is contained in:
J. Elfring 2021-06-26 13:52:50 +02:00
parent 2f58cc83a4
commit 466938ac8e

View file

@ -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