aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall7
1 files changed, 6 insertions, 1 deletions
diff --git a/install b/install
index 9cd3aee..cb27d24 100755
--- a/install
+++ b/install
@@ -96,7 +96,12 @@ parallel_start update_zsh_plugin 'https://github.com/zsh-users/zsh-syntax-highli
parallel_start update_zsh_plugin 'https://github.com/MichaelAquilina/zsh-you-should-use'
parallel_wait
-[ "$(uname)" = Darwin ] && exit
+if [ "$(uname)" = Darwin ]
+then
+ # xdg vars not defined for qutebrowser
+ ln -svfF "$XDG_CONFIG_HOME/qutebrowser" "$HOME/.qutebrowser"
+ exit
+fi
###############################################################################
# Linux specific