1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

thefuck: fix test case

This commit is contained in:
Robert Helgesson 2023-12-20 22:33:36 +01:00 committed by Mikilio
parent d07ec93a9d
commit 32b112ac5d
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -14,7 +14,7 @@
nmt.script = ''
assertFileNotRegex home-files/.bashrc '@thefuck@/bin/thefuck'
assertFileNotExists home-files/.config/fish/functions/fuck.fish
assertPathNotExists home-files/.config/fish/functions/fuck.fish
assertFileNotRegex home-files/.zshrc '@thefuck@/bin/thefuck'
'';
}