diff --git a/files/bash/.profile b/files/bash/.profile index 9b60751..6d89831 100644 --- a/files/bash/.profile +++ b/files/bash/.profile @@ -14,4 +14,6 @@ if [ -n "$BASH_VERSION" ]; then if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi -fi \ No newline at end of file +fi + +export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/nemo/bin:/sbin:/home/nemo/projects/scripts/:/home/nemo/.nvm/v0.10.22/bin"