Removed an import that causes problems.
This commit is contained in:
parent
c5d43bee4e
commit
6c311b6225
1 changed files with 3 additions and 3 deletions
6
.zshrc
6
.zshrc
|
|
@ -1,7 +1,7 @@
|
|||
# Import from bash
|
||||
if [ -f $HOME/.bash_profile ]; then
|
||||
source $HOME/.bash_profile;
|
||||
fi
|
||||
# if [ -f $HOME/.bash_profile ]; then
|
||||
# source $HOME/.bash_profile;
|
||||
# fi
|
||||
|
||||
|
||||
# extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue