This commit is contained in:
2025-05-29 00:15:08 -03:00
parent 3acbf0d275
commit 511f210280
5 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,9 @@
# shellcheck shell=bash
# shellcheck disable=SC1090,SC1091,SC2034
# Add local bin to PATH
export PATH="$HOME/.local/bin:$PATH"
# If not running interactively, don't do anything
[[ $- != *i* ]] && return