Fixed doom alias in fish, added Dockerfile mode to doom
This commit is contained in:
parent
5f0f2f9036
commit
bef8082f17
@ -12,7 +12,7 @@ set -g theme_color_scheme dark
|
|||||||
set -g theme_display_date no
|
set -g theme_display_date no
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
alias rm='rm -i'
|
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/abbreviations.fish"
|
||||||
source "$HOME/.config/fish/personal_abbr.fish"
|
source "$HOME/.config/fish/personal_abbr.fish"
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
;;ansible
|
;;ansible
|
||||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
;;docker
|
docker
|
||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user