Update 2 files: .zshrc, functions.zsh
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
[[ -d "$HOME/AppImages" ]] && path+=("$HOME/AppImages")
|
||||
[[ -d "$HOME/.opencode/bin" ]] && path+=("$HOME/.opencode/bin")
|
||||
|
||||
|
||||
source ${ZDOTDIR}/init.zsh
|
||||
source ${ZDOTDIR}/aliases.zsh
|
||||
source ${ZDOTDIR}/functions.zsh
|
||||
|
||||
@@ -27,6 +27,6 @@ dotstate_update() {
|
||||
info "Repository not found. Cloning..."
|
||||
git clone --depth=1 "$REPO_URL" "$TARGET_DIR" &>/dev/null
|
||||
fi
|
||||
dotstate activate
|
||||
dotstate activate &>/dev/null
|
||||
exec zsh
|
||||
}
|
||||
Reference in New Issue
Block a user