mirror of
https://git.pionaiki.com/marta/nixie.git
synced 2026-01-11 03:17:21 +00:00
Use the default editor
This commit is contained in:
parent
68389c10e8
commit
7bcd9db855
1 changed files with 1 additions and 1 deletions
2
nixie
2
nixie
|
|
@ -27,7 +27,7 @@ CHOOSE_CASE () {
|
||||||
|
|
||||||
EDIT () {
|
EDIT () {
|
||||||
echo -e "${IPurple}Opening editor...${NC}"
|
echo -e "${IPurple}Opening editor...${NC}"
|
||||||
sudo vim .
|
sudo $EDITOR .
|
||||||
sudo git diff --stat
|
sudo git diff --stat
|
||||||
CHOOSE_CASE
|
CHOOSE_CASE
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue