Fix raw file url
This commit is contained in:
@@ -60,7 +60,7 @@ fi
|
||||
# cp -f .zshrc ~/
|
||||
# cp -f ezshrc.zsh ~/.config/ezsh/
|
||||
echo -e "Downloaded the remote .zshrc configuration\n"
|
||||
wget -q "https://git.miomio.moe/mio/easyzsh/rss/branch/master/.zshrc" -O ~/.zshrc
|
||||
wget -q "https://git.miomio.moe/mio/easyzsh/raw/branch/master/.zshrc" -O ~/.zshrc
|
||||
|
||||
# mkdir -p ~/.config/ezsh/zshrc # PLACE YOUR ZSHRC CONFIGURATIONS OVER THERE
|
||||
mkdir -p ~/.cache/zsh/ # this will be used to store .zcompdump zsh completion cache files which normally clutter $HOME
|
||||
|
||||
Reference in New Issue
Block a user