mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added tags
This commit is contained in:
parent
bca1f711a5
commit
aa4280542b
50 changed files with 67 additions and 48 deletions
|
@ -2,9 +2,9 @@
|
|||
title: "Custom Executables"
|
||||
date: 2020-02-03T20:10:34-05:00
|
||||
draft: false
|
||||
images: []
|
||||
tags: [ "linux" ]
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
So stick any scripts you have in there since by default on some distributions `$PATH` is setup to look there!
|
||||
So stick any scripts you have in there since by default on some distributions `$PATH` is setup to look there!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue