From c09c6b85b6455089545cb80f8e87e7f4abc0653a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sat, 4 Jun 2022 10:10:12 +0200 Subject: [PATCH] Add scratch alias to zsh --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 3497922..db7dc11 100644 --- a/zshrc +++ b/zshrc @@ -3,6 +3,8 @@ export SAVEHIST=10000 export HISTFILESIZE=10000 export HISTSIZE=10000 +alias scratch="scratch $SHELL" + alias hgrep='history 0 | grep ' setopt append_history setopt hist_find_no_dups @@ -46,5 +48,5 @@ prompt() { prompt $PROMPT_set chpwd() { - source smartprompt + source smartprompt }