Browse Source

use SNAP_REAL_HOME instead of HOME, #588

pull/620/head
o2sh 4 years ago
parent
commit
9aee3c478b
  1. 4
      snap/snapcraft.yaml

4
snap/snapcraft.yaml

@ -27,8 +27,8 @@ plugs: @@ -27,8 +27,8 @@ plugs:
gitconfig:
interface: personal-files
read:
- $HOME/.gitconfig
- $HOME/.config/git/config
- $SNAP_REAL_HOME/.gitconfig
- $SNAP_REAL_HOME/.config/git/config
apps:
onefetch:

Loading…
Cancel
Save