Skip to content

Commit 76a9931

Browse files
committed
Remove command-not-found handlers, will be readded in a module
1 parent 28dcca3 commit 76a9931

File tree

4 files changed

+0
-36
lines changed

4 files changed

+0
-36
lines changed

etc/comma-command-not-found.fish

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/comma-command-not-found.nu

Lines changed: 0 additions & 4 deletions
This file was deleted.

etc/comma-command-not-found.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

flake.nix

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,6 @@
5656

5757
postInstall = ''
5858
ln -s $out/bin/comma $out/bin/,
59-
60-
mkdir -p $out/etc/profile.d
61-
mkdir -p $out/etc/nushell
62-
mkdir -p $out/etc/fish/functions
63-
64-
cp $src/etc/comma-command-not-found.sh $out/etc/profile.d
65-
cp $src/etc/comma-command-not-found.nu $out/etc/nushell
66-
cp $src/etc/comma-command-not-found.fish $out/etc/fish/functions
67-
68-
patchShebangs $out/etc/profile.d/comma-command-not-found.sh
69-
substituteInPlace \
70-
"$out/etc/profile.d/comma-command-not-found.sh" \
71-
"$out/etc/nushell/comma-command-not-found.nu" \
72-
"$out/etc/fish/functions/comma-command-not-found.fish" \
73-
--replace-fail "comma --ask" "$out/bin/comma --ask"
74-
7559
"$out/bin/comma" --mangen > comma.1
7660
installManPage comma.1
7761
'';

0 commit comments

Comments
 (0)