mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] Enable directory syncing by default
This commit is contained in:
parent
4ad5fb7960
commit
c4e6c60ca5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
# Options for Dima's config
|
||||||
DOTFILES_DISABLE_WELCOME=1
|
DOTFILES_DISABLE_WELCOME=1
|
||||||
|
DOTFILES_SYNC_LAST_WORKING_DIR=1
|
||||||
|
|
||||||
# Get this file's current directory and source Dima's zshrc from there
|
# Get this file's current directory and source Dima's zshrc from there
|
||||||
K_ZSH_DOTFILES="$( dirname "$( readlink -f "$0" )" )"
|
K_ZSH_DOTFILES="$( dirname "$( readlink -f "$0" )" )"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue