Support for cloning into devcontainer

This commit is contained in:
Ben Kreeger 2025-09-27 19:21:58 -05:00
parent f064b182c9
commit f6113cd729
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50

View File

@ -1,6 +1,11 @@
# vim: filetype=zsh
SCRIPTPATH=$HOME/.config/dotfiles/zsh
if [[ -d $HOME/.config/dotfiles/zsh ]]; then
SCRIPTPATH=$HOME/.config/dotfiles/zsh
elif [[ -d $HOME/dotfiles/zsh ]]; then
SCRIPTPATH=$HOME/dotfiles/zsh
fi
ZSH_CACHE_DIR="$HOME/.cache/zsh"
# Let GPG know which tty we're using and put in charge of SSH auth