commit 3decb7bfd9ad6cdb18e54f03916c212a138e7449 parent 83d812c3d46c50c997f587754bbc1199f2d33965 Author: Anton Konyahin <me@konyahin.xyz> Date: Fri, 8 Mar 2024 16:01:07 +0300 sh: rename common file paths Diffstat:
M | sh/.profile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sh/.profile b/sh/.profile @@ -1,2 +1,2 @@ -export ALL_NOTES="/home/anton/public_gopher" -export NOTES_QUEUE="$ALL_NOTES/notes" +export NOTES_PATH="/home/anton/data/notes" +export SCRATCH_PATH="$NOTES_PATH/scratch.md"