update zsh history config
This commit is contained in:
parent
750e9fd666
commit
7bc48c6df4
5
.zshrc
5
.zshrc
|
@ -14,6 +14,9 @@ alias vimconfig="GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME nvim"
|
||||||
alias asdfg="setxkbmap -option ctrl:nocaps dvorak"
|
alias asdfg="setxkbmap -option ctrl:nocaps dvorak"
|
||||||
alias aoeu="setxkbmap -option ctrl:nocaps us"
|
alias aoeu="setxkbmap -option ctrl:nocaps us"
|
||||||
|
|
||||||
|
setopt no_share_history
|
||||||
|
unsetopt share_history
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
if [ -d "$HOME/bin" ] ; then
|
if [ -d "$HOME/bin" ] ; then
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
|
@ -49,8 +52,6 @@ fi
|
||||||
|
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
|
|
||||||
# append completions to fpath
|
|
||||||
fpath=(${ASDF_DIR}/completions $fpath)
|
|
||||||
# initialise completions with ZSH's compinit
|
# initialise completions with ZSH's compinit
|
||||||
autoload -Uz compinit && compinit
|
autoload -Uz compinit && compinit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue