mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
* 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
18 lines
381 B
Fish
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"
|