diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 18:55:03 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 18:55:03 +0200 |
| commit | 6dcec5a2eb41f1569fc60f4ea4cd8171a99f6f8d (patch) | |
| tree | 9907347b35f835a306f922f174e99292030a7439 | |
| parent | 560e027621c1bdfc9e10c98a63e0d23d39e2c8a6 (diff) | |
sm: Use format from naboo for crait as well
| -rwxr-xr-x | dot.local-bin-sm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.local-bin-sm b/dot.local-bin-sm index c0fd090..95a5c87 100755 --- a/dot.local-bin-sm +++ b/dot.local-bin-sm @@ -1,7 +1,7 @@ #!/bin/sh set -e case $(hostname -s) in - naboo) + crait|naboo) format='%u%r %3n %10d %17f %22F %t %i%S' ;; *) |
