diff options
Diffstat (limited to 'bwrap/icedove-uxp.bash')
-rw-r--r-- | bwrap/icedove-uxp.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bwrap/icedove-uxp.bash b/bwrap/icedove-uxp.bash index 72247be..f99074d 100644 --- a/bwrap/icedove-uxp.bash +++ b/bwrap/icedove-uxp.bash @@ -31,6 +31,7 @@ set -euo pipefail --bind "${HOME}/.hyperbola" "${HOME}/.hyperbola" \ --bind "${HOME}/.config/gtk-2.0" "${HOME}/.config/gtk-2.0" \ --bind "${HOME}/.gtkrc-2.0" "${HOME}/.gtkrc-2.0" \ + --bind "${HOME}/.gnupg" "${HOME}/.gnupg" \ --bind "${HOME}/.icons" "${HOME}/.icons" \ --bind "${HOME}/.local/share/fonts" "${HOME}/.local/share/fonts" \ --bind "${HOME}/.themes" "${HOME}/.themes" \ |