From c4e6c60ca5075bf102a23dedc7dfa947020f16cf Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Wed, 8 Feb 2023 12:48:03 +0100 Subject: [PATCH] [zsh] Enable directory syncing by default --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index fb8ebb1..4a43f8a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,6 +1,8 @@ #!/usr/bin/env zsh +# Options for Dima's config DOTFILES_DISABLE_WELCOME=1 +DOTFILES_SYNC_LAST_WORKING_DIR=1 # Get this file's current directory and source Dima's zshrc from there K_ZSH_DOTFILES="$( dirname "$( readlink -f "$0" )" )"