diff --git a/config/hooks/live/editor.hook.chroot b/config/hooks/live/editor.hook.chroot new file mode 100644 index 0000000..988eb76 --- /dev/null +++ b/config/hooks/live/editor.hook.chroot @@ -0,0 +1,4 @@ +#!/bin/sh + +update-alternatives --set editor /usr/bin/vim.basic +