update zsh history config

This commit is contained in:
Rahsheen Porter 2023-08-06 15:13:29 -04:00
parent 750e9fd666
commit 7bc48c6df4
1 changed files with 3 additions and 2 deletions

5
.zshrc
View File

@ -14,6 +14,9 @@ alias vimconfig="GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME nvim"
alias asdfg="setxkbmap -option ctrl:nocaps dvorak"
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
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
@ -49,8 +52,6 @@ fi
. $HOME/.asdf/asdf.sh
# append completions to fpath
fpath=(${ASDF_DIR}/completions $fpath)
# initialise completions with ZSH's compinit
autoload -Uz compinit && compinit