[zsh] Enable directory syncing by default

This commit is contained in:
Alyxia Sother 2023-02-08 12:48:03 +01:00
parent 4ad5fb7960
commit c4e6c60ca5
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 2 additions and 0 deletions

View File

@ -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" )" )"