diff options
author | Alan Pearce | 2023-08-06 20:09:27 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-06 20:13:34 +0200 |
commit | 6f3d29be538d7961cd60e9f45cf44a75bcd621c9 (patch) | |
tree | 5f37366b79ab046e30477817e9390d8e19c15ece | |
parent | 10a8a1ae9e5c5a41997a489b5cee6a06339ea3e8 (diff) | |
download | nixfiles-6f3d29be538d7961cd60e9f45cf44a75bcd621c9.tar.lz nixfiles-6f3d29be538d7961cd60e9f45cf44a75bcd621c9.tar.zst nixfiles-6f3d29be538d7961cd60e9f45cf44a75bcd621c9.zip |
darwin: make `stat` output like on Linux
-rw-r--r-- | user/settings/darwin.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/darwin.nix b/user/settings/darwin.nix index 37b3e462..9981a714 100644 --- a/user/settings/darwin.nix +++ b/user/settings/darwin.nix @@ -142,6 +142,8 @@ rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)"; dig = "dig +noall +answer"; + + stat = "stat -x"; }; programs.zsh.sessionVariables = { |