move scripts to local bin

This commit is contained in:
Tyler Starr 2025-03-18 23:01:50 -07:00
parent e64df4c585
commit 639c6a37af
6 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#!/usr/bin/env bash
# https://github.com/starr-dusT/dotfiles
# Add `~/bin` to the `$PATH`
export PATH="$HOME/bin:$PATH";
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
PATH="$HOME/.local/bin:$HOME/bin:$PATH";
fi