diff --git a/dot_profile b/dot_profile index 0e01dbb..34f15a1 100644 --- a/dot_profile +++ b/dot_profile @@ -1,7 +1,7 @@ # User specific environment if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] then - PATH="$HOME/.local/bin:$HOME/bin:$PATH" + export PATH="$HOME/.local/bin:$HOME/bin:$PATH" fi # Linuxbrew setup diff --git a/executable_dot_bashrc b/executable_dot_bashrc index af21e4f..8c19e78 100644 --- a/executable_dot_bashrc +++ b/executable_dot_bashrc @@ -8,16 +8,6 @@ fi # Hook virtual environment modifers source $HOME/.hooks -# User specific environment -if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] -then - PATH="$HOME/.local/bin:$HOME/bin:$PATH" -fi -export PATH - -# Uncomment the following line if you don't like systemctl's auto-paging feature: -# export SYSTEMD_PAGER= - # User specific aliases and functions source $HOME/.aliases