💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › path.sh.gmi captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

path.sh - dotfiles - Collection of my dotfiles

Log

Files

Refs

---

path.sh (183B)

---

1 #! /bin/sh

2 if [ -z "$1" ]

3 then

4 echo "No Options supplied, only echoing path!"

5 echo "$PATH"

6 else

7 echo "Appending $1 to the path!"

8 echo "$1:$PATH" > /home/zocki/.config/env/path

9 fi

generated w/ stagit-gemini