๐Ÿ”’ Backup for my config files
dotfiles

add spacing

kacaii.dev af1209b1 29435f58

verified
+8 -8
+8 -8
.config/fish/conf.d/abbr.fish
··· 35 35 abbr -a -- gn 'gleam new' 36 36 abbr -a -- gr 'gleam run' 37 37 abbr -a -- gt 'gleam test' 38 - abbr -a -- gwr '\ 39 - watchexec --restart --verbose --wrap-process=session \ 40 - --stop-signal SIGTERM --exts gleam --debounce 500ms \ 41 - --watch src/ -- "clear; gleam run' 42 - abbr -a -- gwt '\ 43 - watchexec --restart --verbose --wrap-process=session \ 44 - --stop-signal SIGTERM --exts gleam --debounce 500ms \ 45 - --watch test/ -- "clear; gleam test' 38 + 39 + abbr -a -- gwr 'watchexec --restart --verbose --wrap-process=session \ 40 + --stop-signal SIGTERM --exts gleam --debounce 500ms \ 41 + --watch src/ -- "clear; gleam run' 42 + 43 + abbr -a -- gwt 'watchexec --restart --verbose --wrap-process=session \ 44 + --stop-signal SIGTERM --exts gleam --debounce 500ms \ 45 + --watch test/ -- "clear; gleam test' 46 46 47 47 # zig 48 48 abbr -a -- zb 'zig build'