mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +00:00
Move local path to profile
This commit is contained in:
parent
fa30464c6f
commit
e81ad22fee
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
# User specific environment
|
||||
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
|
||||
then
|
||||
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# Linuxbrew setup
|
||||
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
|
||||
BREWPATH=$HOME/../linuxbrew/.linuxbrew
|
||||
|
|
|
@ -89,8 +89,6 @@ antigen apply
|
|||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
|
||||
# Add pipx packages to PATH
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
# Enable pipx completions
|
||||
if [[ $(command -v pipx) ]]; then
|
||||
eval "$(register-python-argcomplete pipx)"
|
||||
|
|
Loading…
Reference in a new issue