aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-04-10 11:40:32 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-04-10 11:40:32 +0300
commita3c92a546b8088d548059b85073ee84c8a82813a (patch)
treef2bd27601f82e358a360a1b2ece47e72499bf8af /dotfiles
parent5154e46eb45036ecb6f7e6cfe0e7dda5d3dfc5ec (diff)
downloadswayrice-a3c92a546b8088d548059b85073ee84c8a82813a.tar.gz
swayrice-a3c92a546b8088d548059b85073ee84c8a82813a.zip
profile: add another path to PATHniri
Added a directory to PATH to have random scripts that are not stable and don't want to be constantly comitting to git.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index 71b6b96..a6ef687 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -1,4 +1,4 @@
-export PATH=$PATH:$HOME/.local/bin
+export PATH=$PATH:$HOME/.local/bin:$HOME/docs/scripts
# Wayland-specific
export GDK_BACKEND=wayland