home: remove fractal, add "git checkout" alias
This commit is contained in:
parent
36dcd54f5c
commit
139b200d91
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue