commit f8527fd51f27f1e5f091425452290cfcb1a2e021
parent 9c68feb92d6a00db95d771434c29edeaa2728ace
Author: gearsix <gearsix@tuta.io>
Date: Wed, 25 Nov 2020 11:24:17 +0000
updated timestamp & version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/dotfm.py b/src/dotfm.py
@@ -5,7 +5,7 @@
#==========================
# authors: gearsix
# created: 2020-01-15
-# updated: 2020-07-26
+# updated: 2020-11-25
# notes:
#---------
@@ -26,7 +26,7 @@ HOME = os.getenv('HOME') # $HOME (where user's dotfiles are store
USER = os.getenv('USER') # $USER calling dotfm
ARGS = sys.argv # parsed arguments
EDITOR = os.getenv('EDITOR') or 'nano' # text editor to modify dotfiles with
-VERSION = 'v2.0.5'
+VERSION = 'v2.1.0'
DOTFM_CSV_FILE = '/home/{}/.local/share/dotfm/installed.csv'.format(USER)
KNOWN_DOTFILES = [ # dotfiles that dotfm knows by default
# install location, aliases...