diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-21 22:30:47 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-21 22:30:47 -0300 |
| commit | d69752b29c99e15a2ecf7ca7b77caf4bf341a6c2 (patch) | |
| tree | 767a045d5644be335584fbd8b5f7bcca92786bdd | |
| parent | fake-symlinks: Actually translate TODOs.md from org-mode (diff) | |
| download | dotfiles-d69752b29c99e15a2ecf7ca7b77caf4bf341a6c2.tar.gz dotfiles-d69752b29c99e15a2ecf7ca7b77caf4bf341a6c2.tar.xz | |
fake-symlinks.sh: Add remembering repo
| -rw-r--r-- | bash/fake-symlinks.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 32719ccc..8efec972 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -419,6 +419,7 @@ ln-all ln-bare-project parseclj \ swift2nix-demo \ cargo2nix \ cargo2nix-demo \ - website + website \ + remembering popd > /dev/null || exit 1 |
