diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-25 04:42:09 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-25 04:42:09 -0500 |
| commit | 5f802a4a9d5e013429f9af6f887278ea6db5e18b (patch) | |
| tree | 37d1b6b8951f44524dfaba081477d53d302dba97 /env/.config/.profile | |
| parent | 90248ad8222cf99d5a8ef7e1f2816d3ee810d3b8 (diff) | |
made dynamic generating path.
Diffstat (limited to 'env/.config/.profile')
| -rwxr-xr-x | env/.config/.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile index ce8d98f..e77804a 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -30,7 +30,8 @@ export EDITOR="nvim" # export BROWSER="/home/iceyrazor/.local/bin/zen-x86_64.AppImage" export BROWSER="zen.desktop" export PREFIX=/usr -export PATH="$PATH:$HOME/.cargo/bin:$HOME/stuff/scripts/system:$HOME/.local/bin/system:$HOME/.local/bin/system/backup:$HOME/stuff/scripts/system/backup:$HOME/stuff/scripts/system/wlx:$HOME/stuff/scripts/system/youtube-playlist-cli:$HOME/.local/bin/blender-4.1.1-linux-x64:$HOME/stuff/manual-programs/app-images:$HOME/stuff/scripts/system/theme-setter" +export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin/blender-4.1.1-linux-x64" +source .local/bin/system/paths.sh export MANPAGER='nvim +Man!' # export DWM_NOTIF_FILE="/home/iceyrazor/stuff/scripts/c/SDL/notif/notif.txt" |
