remove stickybit highlight
This commit is contained in:
parent
ef12bdf220
commit
b1b1a4ad2c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export HISTFILESIZE="${HISTSIZE}"
|
||||||
export SAVEHIST=4096
|
export SAVEHIST=4096
|
||||||
export HISTCONTROL=ignoredups:erasedups
|
export HISTCONTROL=ignoredups:erasedups
|
||||||
export LESS='-R'
|
export LESS='-R'
|
||||||
export LS_COLORS="$LS_COLORS:ow=1;34:tw=1;34:"
|
export LS_COLORS="ow=1;34:tw=1;34:st=00;"
|
||||||
|
|
||||||
# add completions to fpath
|
# add completions to fpath
|
||||||
fpath=($DOTFILES_DIR/lib/completions $fpath)
|
fpath=($DOTFILES_DIR/lib/completions $fpath)
|
||||||
|
|
Loading…
Reference in a new issue