From 2016fe84e70f4e7d7036db9b782ad1411231d34e Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Mon, 11 May 2020 14:04:55 +0200 Subject: [PATCH] moved HISTCONTROL to bashrc --- conf/home/bashrc | 2 ++ startw | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/home/bashrc b/conf/home/bashrc index 57c76c3..d36c8d2 100644 --- a/conf/home/bashrc +++ b/conf/home/bashrc @@ -5,6 +5,8 @@ echo -e \\n \\e[10{0..7}m\ \ \\e[m \\n \\e[4{0..7}m\ \ \\e[m \\n +HISTCONTROL=ignoreboth + bind "set completion-ignore-case on" bind "set show-all-if-ambiguous on" bind "set mark-symlinked-directories on" diff --git a/startw b/startw index a95c500..612cde6 100755 --- a/startw +++ b/startw @@ -101,8 +101,6 @@ export BASH_COMPLETION_USER_FILE="$XDG_CONFIG_HOME"/bash-completion/bash_complet export CARGO_HOME="$XDG_DATA_HOME"/cargo # Set user script dir export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts -# Ignore same input in histroy -export HISTCONTROL=ignoreboth # Set WM variable for ufetch export WM=sway # Wallpaer