diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-04-10 11:40:32 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2026-04-10 11:40:32 +0300 |
| commit | a3c92a546b8088d548059b85073ee84c8a82813a (patch) | |
| tree | f2bd27601f82e358a360a1b2ece47e72499bf8af | |
| parent | 5154e46eb45036ecb6f7e6cfe0e7dda5d3dfc5ec (diff) | |
| download | swayrice-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.
| -rw-r--r-- | dotfiles/.profile | 2 |
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 |
