Add scratch alias to zsh

This commit is contained in:
Talia 2022-06-04 10:10:12 +02:00
parent ad9e0bf98a
commit c09c6b85b6

2
zshrc
View file

@ -3,6 +3,8 @@ export SAVEHIST=10000
export HISTFILESIZE=10000 export HISTFILESIZE=10000
export HISTSIZE=10000 export HISTSIZE=10000
alias scratch="scratch $SHELL"
alias hgrep='history 0 | grep ' alias hgrep='history 0 | grep '
setopt append_history setopt append_history
setopt hist_find_no_dups setopt hist_find_no_dups