Common: don't set micro as default editor

This commit is contained in:
Toast 2024-01-29 10:41:45 +01:00
parent 502e7576ae
commit e7bee1a15f

View file

@ -6,10 +6,6 @@
# As of the 1st of May 2023, the default packages are nano, perl, rsync and strace # As of the 1st of May 2023, the default packages are nano, perl, rsync and strace
# I don't need any of them, so I just empty the list # I don't need any of them, so I just empty the list
defaultPackages = []; defaultPackages = [];
variables = {
# Environment variables go here
EDITOR = "micro";
};
}; };
# Set up /tmp # Set up /tmp