dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 83d812c3d46c50c997f587754bbc1199f2d33965
parent e070ff29a74bc469628692fa47dc78de805e9414
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Thu,  7 Mar 2024 23:03:16 +0300

sh: move variables for script in .profile

Diffstat:
Msh/.config/ksh/kshrc | 2++
Ash/.profile | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -1,5 +1,7 @@ # -*- mode: sh -*- +. ~/.profile + export PATH=/usr/local/bin:$PATH:~/.bin:~/.local/bin export LC_ALL=ru_RU.UTF-8 export LANG=ru_RU.UTF-8 diff --git a/sh/.profile b/sh/.profile @@ -0,0 +1,2 @@ +export ALL_NOTES="/home/anton/public_gopher" +export NOTES_QUEUE="$ALL_NOTES/notes"