From a3c92a546b8088d548059b85073ee84c8a82813a Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Fri, 10 Apr 2026 11:40:32 +0300 Subject: profile: add another path to PATH Added a directory to PATH to have random scripts that are not stable and don't want to be constantly comitting to git. --- dotfiles/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles') 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 -- cgit v1.2.3