diff --git a/general.md b/general.md new file mode 100644 index 0000000..79074c5 --- /dev/null +++ b/general.md @@ -0,0 +1,7 @@ +# Add a file or directory to PATH + +This will let you call those scripts from outside of their directory + + export PATH=:$PATH + +To make this permanent it needs adding into a dotfile, ie .bashrc diff --git a/my_installs.md b/my_installs.md deleted file mode 100644 index e69de29..0000000