website/content/blog/customexec.md

12 lines
545 B
Markdown
Raw Normal View History

2020-02-08 10:46:43 -05:00
---
title: "Custom Executables"
date: 2020-02-03T20:10:34-05:00
draft: false
2022-01-02 14:24:29 -05:00
tags: [ "Linux" ]
2023-01-05 14:04:45 -05:00
medium_enabled: true
2020-02-08 10:46:43 -05:00
---
As time goes on more and more scripts start to accumulate in my scripts folder. It turns out though, that there is a standard way of having local user scripts that get automatically added to your path. I started noticing this in Ubuntu when more and more projects started utilizing the `~/.local/bin` directory.
2020-02-16 17:46:18 -05:00
So stick any scripts you have in there since by default on some distributions `$PATH` is setup to look there!