mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +00:00
Fix path relocation
This commit is contained in:
parent
e81ad22fee
commit
07b403882c
2 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue