Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnerWill committed Aug 21, 2024
1 parent 613d064 commit e44b27f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/zsh/zsh/user/functions/functions-manual/dotf
Submodule dotf updated from 0a0ca8 to 85cf2f
11 changes: 10 additions & 1 deletion .config/zsh/zsh/user/zsh.d/71_vendor_aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,15 @@ if [[ "${commands[git]}" ]]; then
alias gc="git commit --edit --verbose --status"
alias gs="git status"
alias git-url="git config --local --get remote.origin.url"

if which dotf >/dev/null 2>&1; then
alias dotf_cmd_a='git --git-dir="${DOTFILES}" --work-tree="${DOTFILES}"'
alias dtf=dotf_cmd_a
alias dtfa='dotf_cmd_a add-all'
fi

if [[ "${commands[lazygit]}" ]]; then
alias git-lazy="lazygit"
alias git-lazy="lazygit"
fi
fi

Expand Down Expand Up @@ -607,3 +614,5 @@ if [[ "${commands[dog]}" ]]; then
alias dig='dog'
fi
fi


0 comments on commit e44b27f

Please sign in to comment.