diff --git a/home/profile b/home/profile new file mode 100644 index 0000000..7ad8852 --- /dev/null +++ b/home/profile @@ -0,0 +1,7 @@ +# Add local bin to PATH +local_bin="$HOME/.local/bin" +if [ -d "$local_bin" ]; then + PATH="$local_bin:$PATH" +fi +unset local_bin +