From: Oleg Broytman Date: Sat, 2 May 2015 22:25:17 +0000 (+0300) Subject: Store browser-stack in ~/.cache instead of ~/.config X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b6d090cbe5ebb78087fdbd346908b6f60720de85 Store browser-stack in ~/.cache instead of ~/.config --- diff --git a/bin/browser_stack.py b/bin/browser_stack.py index 01a4e4b..dda6e0a 100755 --- a/bin/browser_stack.py +++ b/bin/browser_stack.py @@ -1,7 +1,7 @@ #! /usr/bin/env python import os, shutil -browser_stack = os.path.expanduser('~/.config/browser-stack') +browser_stack = os.path.expanduser('~/.cache/browser-stack') def get_stack(): try: