dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 583b3d8bfdc9b2f08ec7eddcc7aa59e02b762c84
parent b3746f6d2ca0ac0980b7feaff13969fe38c627b9
Author: gearsix <gearsix@tuta.io>
Date:   Thu, 13 Oct 2022 12:36:03 +0100

Merge branch 'master' into develop

Diffstat:
Msrc/dotfm.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dotfm.py b/src/dotfm.py @@ -317,7 +317,6 @@ def edit(dotfile): return target = INSTALLED[index][0] os.system('{} {}'.format(EDITOR, target)) - info('You might need to re-open the terminal, or re-execute the relevant dotfile') def edit_promptinstall(dotfile): yn = '-' @@ -377,3 +376,4 @@ if __name__ == '__main__': elif ARGS.cmd == 'list' or ARGS.cmd == 'ls': list(ARGS.dotfile) writeinstalled() +