diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-25 04:51:39 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-25 04:51:39 -0500 |
| commit | dcbd6a365b76cc2e6e1cce17cac4c962f6e157e1 (patch) | |
| tree | 3d743312f3fbf0952769ed54a0e93bf24551174b /env | |
| parent | 5f802a4a9d5e013429f9af6f887278ea6db5e18b (diff) | |
fix path.sh source
Diffstat (limited to 'env')
| -rwxr-xr-x | env/.config/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index e77804a..30a5ec1 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -31,7 +31,7 @@ export EDITOR="nvim" export BROWSER="zen.desktop" export PREFIX=/usr export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin/blender-4.1.1-linux-x64" -source .local/bin/system/paths.sh +source ~/.local/bin/system/paths.sh export MANPAGER='nvim +Man!' # export DWM_NOTIF_FILE="/home/iceyrazor/stuff/scripts/c/SDL/notif/notif.txt" |
