Support for cloning into devcontainer
This commit is contained in:
parent
f064b182c9
commit
d14209b627
@ -1,6 +1,11 @@
|
||||
# vim: filetype=zsh
|
||||
|
||||
SCRIPTPATH=$HOME/.config/dotfiles/zsh
|
||||
if [[ -d $HOME/.config/dotfiles/zsh ]]; then
|
||||
SCRIPTPATH=$HOME/.config/dotfiles/zsh
|
||||
else if [[ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user