@[email protected] to [email protected] • 4 months agoWhat's a handy terminal command you use often?message-square264fedilinkarrow-up1217arrow-down18
arrow-up1209arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 4 months agomessage-square264fedilink
minus-square@friend_of_satanlinkEnglish23•4 months agoThis is because $HOME/bin is in your $PATH environment variable. You can add more paths that you’d like to execute scripts from, like a personal git repo that contains your scripts.
This is because
$HOME/bin
is in your$PATH
environment variable. You can add more paths that you’d like to execute scripts from, like a personal git repo that contains your scripts.