home: remove fractal, add "git checkout" alias

This commit is contained in:
Sijmen 2022-09-03 03:22:57 +02:00
parent 36dcd54f5c
commit 139b200d91
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@
# Internet
discord
fractal
httpie
tdesktop
w3m
@ -102,6 +101,7 @@
gcm = "git commit -m";
gcan = "git commit --amend --no-edit";
gcl = "git clone";
gco = "git checkout";
gl = "git pull";
gla = "git pull --autostash";
gp = "git push";