diff --git a/.zshrc b/.zshrc index dfa8199..7e4dc9a 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,3 @@ -source ~/.export_path - autoload -U compinit compinit diff --git a/README.md b/README.md index 7c9d3e9..0437c44 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ``` git clone https://github.com/xsota/zshrc.git ~/git/zshrc -touch ~/.export_path ln -s ~/git/zshrc/.zshrc ~/.zshrc source ~/.zshrc ```