1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Spoof as GNOME to trick xdg-open

This commit is contained in:
Joe Groocock 2016-04-19 17:12:23 +01:00
parent e256d921fb
commit 84ecc5d5b8

View File

@ -4,6 +4,7 @@ export LC_NUMERIC=en_GB
export DOTFILES=~/.config/dotfiles
export PATH="${PATH}:$DOTFILES/scripts"
export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
export EDITOR="vim"
export VISUAL="vim"