Files
zkldi_Tachi/dev/aliases.fish
T
zk 2bc4c3a628 more (#53)
* checkpoint

* server compiles again

* fmt

* checkpoint

* last one out, get the lights

* euston station

* like, mostly good. I'm under the ocean right now.

* fix: some nonsense AI stuff

* fix: new eslint rules, and cleanup imports across the board

* feat: folder slug rewrite, email logic change, too

* fix: register must use txn not db

* checkpoint
2026-04-20 23:11:16 +01:00

18 lines
381 B
Fish

# define new permanent aliases here...
defnew g=git
defnew j=just
defnew c=cargo
defnew gp=git push
defnew gsw=git switch
defnew gswc=git switch -c
defnew gsm=git switch main
defnew gl=git pull
defnew fj="git status"
defnew gaa="git add :/"
defnew gca="git commit --amend"
defnew gcaa="git commit --amend --all"
defnew gst="git status" # are we in two kay?
defnew rr="exec fish"