diff options
| author | 2025-02-03 22:33:40 -0800 | |
|---|---|---|
| committer | 2025-02-03 22:33:40 -0800 | |
| commit | c41b33cb0bcd8d781ae26e501f5a4971b7069732 (patch) | |
| tree | 4b6ab720d1cf85cb5bf60bf6c96b4e4c4f31bbd1 /oni | |
| parent | 3d260419ee598dfac48e75cf72cb4b0fb545148d (diff) | |
| download | new-dotfiles-c41b33cb0bcd8d781ae26e501f5a4971b7069732.tar.gz new-dotfiles-c41b33cb0bcd8d781ae26e501f5a4971b7069732.zip | |
zsh-atuin: Fix configuration syntax
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/services/zsh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/zsh.scm b/oni/home/services/zsh.scm index 07e7697..4de41cc 100644 --- a/oni/home/services/zsh.scm +++ b/oni/home/services/zsh.scm @@ -144,7 +144,7 @@ (description "Install and configure zsh-autopair."))) (define (serialize-integer field value) - (format #f "~a = ~a" (string-replace-substring (symbol->string field) "-" "_") value)) + (format #f "~a = ~a~%" (string-replace-substring (symbol->string field) "-" "_") value)) (define (serialize-filter-mode field value) (format #f "~a = ~s~%" (string-replace-substring (symbol->string field) "-" "_") |
