Skip to content

Commit 0e8bdf2

Browse files
committed
snap: add nano editor
1 parent 6e94490 commit 0e8bdf2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

snap/snapcraft.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ parts:
3030
- gcc
3131
stage-packages:
3232
- git
33+
- nano
3334
- ssh
3435
override-pull: |
3536
snapcraftctl pull
@@ -48,3 +49,5 @@ apps:
4849
- desktop
4950
- ssh-keys
5051
completer: completion.sh
52+
environment:
53+
GIT_EDITOR: nano

0 commit comments

Comments
 (0)