diff --git a/homedir.skel/.local/bashrc.d/001.path.sh b/homedir.skel/.local/bashrc.d/001.path.sh new file mode 100644 index 0000000..42b0444 --- /dev/null +++ b/homedir.skel/.local/bashrc.d/001.path.sh @@ -0,0 +1 @@ +export PATH="$HOME/bin:$HOME/.local/bin:$PATH"