diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-16 09:47:20 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-16 09:47:20 -0300 |
| commit | a5e9d4ce389a8a1de058386061561320198ea02d (patch) | |
| tree | 5ac5e7da204e2ec4bfa37012a2a734e2e3a74335 | |
| parent | fake-symlinks: Add stub "commit" role to preamble.rst (diff) | |
| download | dotfiles-a5e9d4ce389a8a1de058386061561320198ea02d.tar.gz dotfiles-a5e9d4ce389a8a1de058386061561320198ea02d.tar.xz | |
symlinks.sh: TODOs.org.txt -> TODOs.md
| -rw-r--r-- | bash/symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index 38f0aef0..70927ad3 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -20,7 +20,7 @@ ln -fs "$DOTFILES/inputrc.conf" ~/.inputrc ln -fs "$DOTFILES/Xmodmap.conf" ~/.Xmodmap ln -fs "$DOTFILES/nixos/npmrc.sh" ~/.npmrc -ln -f "$HOME/Sync/TODOs.org.txt" "$HOME/annex/TODOs.org" +ln -f "$HOME/Sync/TODOs.md" "$HOME/annex/TODOs.md" mkdir -p ~/tmp/ touch ~/tmp/scratch.txt |
