diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-10T22·12+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-10T23·07+0000 |
commit | 8e5152cd842dcc850ef1217437677cc36ce375c9 (patch) | |
tree | 876d653306da11ac466e352f20678e91be2c21d5 /configs | |
parent | 0239f92d30c928d380342ff5acd735ebb0b110e8 (diff) |
Remove PATH additions from .profile
I'd like to remove this and prefer using Nix-based solutions for PATH maintenance.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.profile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/.profile b/configs/.profile index 31a3d6d086ba..43c3a567c439 100644 --- a/configs/.profile +++ b/configs/.profile @@ -3,17 +3,6 @@ # everytime a new shell is created. The ~/.profile, on the other hand, is # typically sourced only once at login. -# TODO: Consider getting rid of all of these variables and prefer using lorri. -PATH+=":$HOME/bin" # personal -PATH+=":$HOME/.local/bin" # personal -PATH+=":$HOME/.cargo/bin" # Rust -PATH+=":$HOME/.rvm/bin" # Ruby -PATH+=":$HOME/n/bin" # JavaScript, et al -PATH+=":$HOME/.yarn/bin" # JavaScript, et al -PATH+=":$HOME/.yarn/global/node_modules/.bin" # JavaScript, et al -export PATH -systemctl --user import-environment PATH - # Taken from the EXWM configuration documentation. if [ -z "$DISPLAY" -a "$(tty)" = '/dev/tty5' ]; then exec xinit -- vt05 |