From 94e23dc22690a895b5a98b1b3274dc7b0afe0924 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 20 Aug 2023 11:26:07 +0500 Subject: [PATCH] updated bashrc +HISTCONTROL=ignoreboth:erasedups --- bashrc | 1 + scripts/i3lock.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 scripts/i3lock.sh 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