This commit is contained in:
2026-04-09 00:39:54 +03:00
parent 03fab63ebf
commit 503136d067
18 changed files with 9366 additions and 14 deletions
+2
View File
@@ -1,4 +1,6 @@
if [ -d "$HOME/.local/bin" ]; then
PATH="$HOME/.local/bin:$PATH"
fi
PATH="$HOME/go/bin:$PATH"
export PATH