diff --git a/bashrc b/bashrc index 288a7ee..befc5c2 100644 --- a/bashrc +++ b/bashrc @@ -3,6 +3,7 @@ PATH=$HOME/.scripts:/opt:/home/shihaam/.local/bin:$HOME/.shortcuts/wineprograms:$HOME/Applications:$PATH HISTSIZE=999999 HISTFILESIZE=999999 +HISTCONTROL=ignoreboth:erasedups export GPG_TTY=$(tty) #Set GPG_TTY veriable, needed for signing git commits other gpg stuff diff --git a/scripts/i3lock.sh b/scripts/i3lock.sh old mode 100644 new mode 100755