mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +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
|
# Linuxbrew setup
|
||||||
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
|
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
|
||||||
BREWPATH=$HOME/../linuxbrew/.linuxbrew
|
BREWPATH=$HOME/../linuxbrew/.linuxbrew
|
||||||
|
|
|
@ -89,8 +89,6 @@ antigen apply
|
||||||
autoload -U bashcompinit
|
autoload -U bashcompinit
|
||||||
bashcompinit
|
bashcompinit
|
||||||
|
|
||||||
# Add pipx packages to PATH
|
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
|
||||||
# Enable pipx completions
|
# Enable pipx completions
|
||||||
if [[ $(command -v pipx) ]]; then
|
if [[ $(command -v pipx) ]]; then
|
||||||
eval "$(register-python-argcomplete pipx)"
|
eval "$(register-python-argcomplete pipx)"
|
||||||
|
|
Loading…
Reference in a new issue