Break out #emacs config a little better
This commit is contained in:
14
emacs/.config/doom/+eshell.el
Normal file
14
emacs/.config/doom/+eshell.el
Normal file
@ -0,0 +1,14 @@
|
||||
;;; ~/.dotfiles/emacs/.config/doom/+eshell.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! eshell
|
||||
(set-eshell-alias!
|
||||
"f" "(other-window 1) && find-file $1"
|
||||
"l" "ls -lh"
|
||||
"d" "dired $1"
|
||||
"dc" "docker-compose $*"
|
||||
"fftest" "cd ~/src/ff/fifteen5 && docker-compose exec app django-admin test -k $*"
|
||||
"ffsh" "cd ~/src/ff/fifteen5/ && docker-compose exec app django-admin shell_plus"
|
||||
"ffdj" "cd ~/src/ff/fifteen5/ && docker-compose exec app django-admin $*"
|
||||
"gl" "(call-interactively 'magit-log-current)"
|
||||
"gs" "magit-status"
|
||||
"gc" "magit-commit"))
|
||||
Reference in New Issue
Block a user