From ea6c1439b82f2b4c3e437f12fd231b6da0e4162a Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 9 Oct 2025 18:51:39 -0600 Subject: [PATCH] feat: add git aliases --- dot_config/private_fish/config.fish.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index a95a3d78832a305db14866453150f559c5d9f3a3..f20275881b07a8d49a9f77b043d94293fb4bf0d6 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/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