From 12f5535a178f74adac36237894ffe08e27b7d449 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 17 Aug 2016 22:31:28 +0200 Subject: move Windows-specific stuff to .appdata/ --- .bashrc_third_party | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.bashrc_third_party') diff --git a/.bashrc_third_party b/.bashrc_third_party index 48c1137..58cc7da 100644 --- a/.bashrc_third_party +++ b/.bashrc_third_party @@ -38,11 +38,15 @@ symlink_preferences() ( symlink_sublime_preferences() ( set -o errexit -o nounset -o pipefail - symlink_preferences "$HOME/.Sublime Text 3" "$APPDATA/Sublime Text 3/Packages/User" + symlink_preferences \ + "$HOME/.appdata/Sublime Text 3" \ + "$APPDATA/Sublime Text 3/Packages/User" ) symlink_ghc_preferences() ( set -o errexit -o nounset -o pipefail - symlink_preferences "$HOME/.GHC" "$APPDATA/ghc" + symlink_preferences \ + "$HOME/.appdata/ghc" \ + "$APPDATA/ghc" ) -- cgit v1.2.3