mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-19 05:31:54 +01:00
setup: don't error when missing cgout or nvim config dir
This commit is contained in:
parent
a9fa11246c
commit
5737b80079
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
(λ (exe . args)
|
||||
(unless (apply system* (find-executable-path exe) args)
|
||||
(raise-user-error "Command Failed"))))
|
||||
(define-logging rm delete-directory/files)
|
||||
(define-logging rm (λ (path) (delete-directory/files path #:must-exist? false)))
|
||||
(define-logging copy copy-directory/files)
|
||||
|
||||
(define-logging install-zig
|
||||
|
|
Loading…
Add table
Reference in a new issue