Revision history of "Linux - Customizations"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:55, 27 January 2022Tinker talk contribs 2,040 bytes +2,040 Created page with "= PATH addition to allow your own scripts & programs to run = Sometimes, you'll want to have some executable stuff of your very own. These things don't need to be accessible to all users on the machine. But, it's be nice to be able to run them without specifying the complete path... Create a <code>bin</code> directory in your home directory: * <code>mkdir ~/bin</code> Then edit your <code>.bashrc</code> file: * <code>vim ~/.bashrc</code> and add the following line: *..."