Use the default editor

This commit is contained in:
Marta 2025-12-29 01:42:46 +01:00
parent 68389c10e8
commit 7bcd9db855
No known key found for this signature in database
GPG key ID: D13B9ACFE474B798

2
nixie
View file

@ -27,7 +27,7 @@ CHOOSE_CASE () {
EDIT () {
echo -e "${IPurple}Opening editor...${NC}"
sudo vim .
sudo $EDITOR .
sudo git diff --stat
CHOOSE_CASE
}