commit 1f5c1452bbf81541695ecb66d1f449d21b4bff7a parent b59879342ac7f485b5c2129e515a3345b1a1ae11 Author: andrew.laack <andrew.laack@imbue.com> Date: Wed, 3 Sep 2025 18:40:54 -0500 Fixed major issue with directory Diffstat:
| M | bashrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bashrc b/bashrc @@ -124,4 +124,4 @@ export ANTHROPIC_API_KEY=sk-ant-api03-tt7r_87jWAzWw8y2Pi6LrHUdECJ3UXYKnBVkDWVxMB source /usr/share/fzf/key-bindings.bash alias checkout="~/bin/checkout.sh" alias branch="git branch" -alias sync="unison syncing ssh://brgr//home/shared/fileSharing/syncing -auto -batch" +alias sync="unison ~/syncing ssh://brgr//home/shared/fileSharing/syncing -auto -batch"