all repos — dotfiles @ b327b60e63d34365becc0e40c233a174b91e4d3c

linux dotfiles

update script/pd

- pd now starts the dropbox client so that syncing can take place
Prithu Goswami prithugoswami524@gmail.com
Mon, 16 Apr 2018 22:45:55 +0530
commit

b327b60e63d34365becc0e40c233a174b91e4d3c

parent

7a0348567403cb296bc94ece96c912f95c0b58ad

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M scripts/pdscripts/pd

@@ -26,4 +26,6 @@ time_string = dt.strftime('%I:%M %p')

date_and_time = '[' + date_string + ' | ' + time_string + ']' fp.write('\n\n\n===============================\n' + date_and_time + '\n') - fp.write(entry)+ fp.write(entry) + +subprocess.run(['dropbox', 'start'])