diff options
author | Martin Fischer <martin@push-f.com> | 2025-06-16 07:29:30 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-06-18 21:05:37 +0200 |
commit | 7d65ee9b6b6046b73b9e7736b8ce7596724449e9 (patch) | |
tree | 0708cde1cb7fcbfd4568339669fadcdb31ae9489 /nixos/profiles/workstation/scripts | |
parent | c8c85adc361d48d770fc5a5da86d06cd5809951f (diff) |
feat(workstation): add ed script
Diffstat (limited to 'nixos/profiles/workstation/scripts')
-rw-r--r-- | nixos/profiles/workstation/scripts/ed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/scripts/ed b/nixos/profiles/workstation/scripts/ed new file mode 100644 index 0000000..a3dd433 --- /dev/null +++ b/nixos/profiles/workstation/scripts/ed @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +$VISUAL $(find . -not -path "*/.*" | sk --no-info "$@") |