gitsync Alias in .zshrc ergaenzt
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fa40de7429
commit
1e04028342
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if [[ -d "$DOTFILES_DIR/bin" ]]; then
|
|||
for script in "$DOTFILES_DIR/bin"/*; do
|
||||
[[ -f "$script" ]] && chmod +x "$script" && ln -sf "$script" ~/
|
||||
done
|
||||
ok "Dot-Files: git-check-all.sh, git-update-all.sh → ~/"
|
||||
ok "Dot-Files: git-check-all.sh, git-update-all.sh, git-sync-all.sh → ~/"
|
||||
fi
|
||||
|
||||
# .zshrc (Linux-Version, ohne Conda/LM Studio/iTerm2)
|
||||
|
|
@ -192,6 +192,7 @@ alias gp='git push'
|
|||
alias gl='git log --oneline --graph --decorate'
|
||||
alias gitcheck="~/git-check-all.sh --short"
|
||||
alias gitupdate="~/git-update-all.sh"
|
||||
alias gitsync="~/git-sync-all.sh"
|
||||
|
||||
# 7) History
|
||||
HISTFILE="$HOME/.zsh_history"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue