diff options
author | xengineering <me@xengineering.eu> | 2023-02-06 20:22:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-02-06 20:56:54 +0100 |
commit | 19de43cb6ab28a95e8d7f9c2144386dac4ad42be (patch) | |
tree | 7f075405f74769f4a35e8bcda887510cac619971 /lf | |
parent | 1974e434f8a6b36bd0998a7f124cd921c88eb393 (diff) | |
download | dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.tar.zst dotfiles-19de43cb6ab28a95e8d7f9c2144386dac4ad42be.zip |
Relocate dotfiles in XDG config home
This make ~/.config a simple Git repository instead of the handling with
worktrees and bare repositories which is too complex.
Diffstat (limited to 'lf')
-rw-r--r-- | lf/lfrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +cmd open ${{ + nohup xdg-open "$f" > /dev/null 2>&1 & +}} |