Update startup in bashrc
This commit is contained in:
parent
34b65924f0
commit
ef516d09b2
|
@ -1,3 +1,4 @@
|
||||||
zsh/extraconfig.zsh
|
zsh/extraconfig.zsh
|
||||||
zsh/env.zsh
|
zsh/env.zsh
|
||||||
|
bash/extraconfig.bash
|
||||||
.data
|
.data
|
||||||
|
|
1
bashrc
1
bashrc
|
@ -110,6 +110,7 @@ fi
|
||||||
# Add dotfiles scripts to the path
|
# Add dotfiles scripts to the path
|
||||||
if [ -d ~/.config/dotfiles/bin ]; then
|
if [ -d ~/.config/dotfiles/bin ]; then
|
||||||
export PATH=~/.config/dotfiles/bin:$PATH
|
export PATH=~/.config/dotfiles/bin:$PATH
|
||||||
|
update startup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source extra config if any
|
# Source extra config if any
|
||||||
|
|
Loading…
Reference in New Issue