From c61c86e9797bcbb9bef6c825c331cb9bb832bb93 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 12 Jun 2022 21:03:54 +0100 Subject: [PATCH] Add ~Sandbox hashed directory --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 7f16805..67c497d 100644 --- a/zshrc +++ b/zshrc @@ -172,6 +172,7 @@ fi # Frequntly used directories function frequent-directory() { export $1; hash -d $1 } frequent-directory Projects="$HOME/Projects" +frequent-directory Sandbox="$HOME/Sandbox" # Load work related config [ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc