moved HISTCONTROL to bashrc
This commit is contained in:
parent
ad43599178
commit
2016fe84e7
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
echo -e \\n \\e[10{0..7}m\ \ \\e[m \\n \\e[4{0..7}m\ \ \\e[m \\n
|
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 completion-ignore-case on"
|
||||||
bind "set show-all-if-ambiguous on"
|
bind "set show-all-if-ambiguous on"
|
||||||
bind "set mark-symlinked-directories on"
|
bind "set mark-symlinked-directories on"
|
||||||
|
2
startw
2
startw
@ -101,8 +101,6 @@ export BASH_COMPLETION_USER_FILE="$XDG_CONFIG_HOME"/bash-completion/bash_complet
|
|||||||
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
||||||
# Set user script dir
|
# Set user script dir
|
||||||
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
|
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
|
||||||
# Ignore same input in histroy
|
|
||||||
export HISTCONTROL=ignoreboth
|
|
||||||
# Set WM variable for ufetch
|
# Set WM variable for ufetch
|
||||||
export WM=sway
|
export WM=sway
|
||||||
# Wallpaer
|
# Wallpaer
|
||||||
|
Loading…
Reference in New Issue
Block a user