moved HISTCONTROL to bashrc

master
Alessandro Mauri 4 years ago
parent ad43599178
commit 2016fe84e7
  1. 2
      conf/home/bashrc
  2. 2
      startw

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

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

Loading…
Cancel
Save