Support for cloning into devcontainer
This commit is contained in:
parent
f064b182c9
commit
f6113cd729
@ -1,6 +1,11 @@
|
|||||||
# vim: filetype=zsh
|
# 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"
|
ZSH_CACHE_DIR="$HOME/.cache/zsh"
|
||||||
|
|
||||||
# Let GPG know which tty we're using and put in charge of SSH auth
|
# Let GPG know which tty we're using and put in charge of SSH auth
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user