Move common git command aliases (e.g., commit, push, pull) from
fish shell configuration into the global git config. This
centralizes git-specific aliases in a single location.
Introduce dedicated fish functions `git-bug-pull` and `git-bug-push`
to facilitate synchronization of git-bug data, along with new git
aliases for them (`bugs`, `create-bug`). Also simplify the main `git`
alias in fish to just `g`.
@@ -134,18 +134,7 @@ if status is-interactive
alias ls="lsd"
alias loghtml="llm logs -ceu | mdas -h | grep '\.html\$' | read path_to_response && xdg-open \"LLM Responses/\$path_to_response\" && echo \"Opened \$path_to_response\""
alias soft="ssh git.secluded.site"
-- # git aliases- alias lg="lazygit"- alias gc="git commit"- alias ga="git add"- alias gb="git branch"- alias gw="git worktree"- alias gr="git rebase"- alias gbb="git bug"- alias gps="git push"- alias gpl="git pull"- alias gfp="git force-push"
+ alias g="git"
scheme set tomorrow
starship init fish | source