Fixed doom alias in fish, added Dockerfile mode to doom

This commit is contained in:
Roger Gonzalez 2020-04-09 13:14:44 -03:00
parent 5f0f2f9036
commit bef8082f17
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ set -g theme_color_scheme dark
set -g theme_display_date no
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias rm='rm -i'
alias doom='./.emacs.d/bin/doom'
alias doom='$HOME/.emacs.d/bin/doom'
source "$HOME/.config/fish/abbreviations.fish"
source "$HOME/.config/fish/personal_abbr.fish"

View File

@ -81,7 +81,7 @@
;;ansible
;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv
;;docker
docker
;;editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)