mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
Update micro to be classicly confined snap
As a text editor, micro will need to be able to edit files outside the confined world snap gives it. So this PR changes the confinement model of micro from strict to classic, making it way more useful on snap enabled systems.
This commit is contained in:
@@ -5,12 +5,11 @@ description: |
|
||||
Micro is a terminal-based text editor that aims to be easy to use and
|
||||
intuitive, while also taking advantage of the full capabilities of modern
|
||||
terminals.
|
||||
confinement: strict
|
||||
confinement: classic
|
||||
|
||||
apps:
|
||||
micro:
|
||||
command: bin/micro
|
||||
plugs: [home]
|
||||
|
||||
parts:
|
||||
micro:
|
||||
|
||||
Reference in New Issue
Block a user