(General)~some minor changes for supporting the desktop

These changes are mostly surface level.
This commit is contained in:
2021-07-10 21:24:44 +01:00
parent ac9b93240c
commit 0eb0748f05
3 changed files with 4 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ ef () {
### Git aliases
alias gs="git status"
alias gd="git diff"
alias gc="git commit"
alias gg="emacsclient -s MAIN -a emacs -c --eval '(magit)'"