feat: add git aliases

Amolith created

Change summary

dot_config/private_fish/config.fish.tmpl | 11 +++++++++++
1 file changed, 11 insertions(+)

Detailed changes

dot_config/private_fish/config.fish.tmpl 🔗

@@ -135,6 +135,17 @@ if status is-interactive
     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 gbb="git bug"
+    alias gps="git push"
+    alias gpl="git pull"
+    alias gfp="git force-push"
+
 	scheme set tomorrow
     starship init fish | source
     atuin init --disable-up-arrow fish | source