From e2ba214ac02905ab0ada72c582c9e95023c49496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Wed, 15 Sep 2021 16:50:44 +0200 Subject: [PATCH] [snap] Improve OS integration (#1157) Get back read-write access to `$HOME/.config/httpie` and `$HOME/.httpie`. --- snapcraft.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 54fc4c7c..ef72a810 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -83,17 +83,22 @@ parts: echo "Copying extra files ..." cp $SNAPCRAFT_PART_SRC/extras/httpie-completion.bash $SNAPCRAFT_PRIME/bin/ -# plugs: -# dot-config-httpie: -# interface: personal-files -# write: -# - $HOME/.config/httpie +plugs: + dot-config-httpie: + interface: personal-files + write: + - $HOME/.config/httpie + dot-httpie: + interface: personal-files + write: + - $HOME/.httpie apps: http: command: bin/http plugs: &plugs - # - dot-config-httpie + - dot-config-httpie + - dot-httpie - home - network - removable-media