Browse code

Add dotfiles

Robert Cranston authored on 22/01/2022 06:09:57
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+export PATH="$HOME/.local/bin${PATH:+":"}$PATH"
2
+export LD_LIBRARY_PATH="$HOME/.local/lib${LD_LIBRARY_PATH:+":"}$LD_LIBRARY_PATH"