Skip to content

Commit

Permalink
Suppress noisy logging since used fullpath
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 4, 2023
1 parent 33623cd commit ec8d334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/homemade.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
text = ''
#!/usr/bin/env bash
set -euxo pipefail
set -euo pipefail
# ~ my feeling ~
# 50ms : blazing fast!
Expand Down

0 comments on commit ec8d334

Please sign in to comment.