1
0
Fork 0

emacs: add doom dir; zsh: add emacs aliases; .gitignore

This commit is contained in:
Von Random 2022-08-22 01:59:24 +03:00
parent 01a84019aa
commit ec982fd1b0
5 changed files with 320 additions and 0 deletions

View file

@ -20,6 +20,12 @@ else
ld() { ls -dlh $@ }
fi
# emacs
em() { command emacsclient -a '' "$@"}
emg() { em -c "$@" }
emt() { em -t "$@" }
emd() { command emacs --daemon &>/dev/null &! }
# git
gci() { command git commit $@ }
gsl() { command git stash list $@ }