mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-22 13:29:56 +00:00
Update executable_dot_zshrc
This commit is contained in:
parent
56db205f7d
commit
a9f8e40cfd
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ if [ -f "$HOME/.modules" ]; then
|
||||||
source $HOME/.modules
|
source $HOME/.modules
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# User specific environment
|
||||||
|
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
|
||||||
|
then
|
||||||
|
export PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
# Load the antigen library
|
# Load the antigen library
|
||||||
if [[ ! -f "$HOME/.antigen.zsh" ]]; then
|
if [[ ! -f "$HOME/.antigen.zsh" ]]; then
|
||||||
curl -L git.io/antigen > $HOME/.antigen.zsh
|
curl -L git.io/antigen > $HOME/.antigen.zsh
|
||||||
|
|
Loading…
Reference in a new issue