switched to bitbucket
This commit is contained in:
parent
cb2a0171d1
commit
c6197c7da9
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
#Initializes Prezto
|
#Initializes Prezto
|
||||||
|
|
||||||
# Clone Prezto
|
# Clone Prezto
|
||||||
git clone --recursive https://github.com/steveokard/prezto.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto"
|
git clone --recursive https://Stefenauris@bitbucket.org/Stefenauris/prezto-fork.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto"
|
||||||
|
|
||||||
#Remove old stuff
|
#Remove old stuff
|
||||||
rm -rf ~/.zshrc ~/.zsh ~/.zprofile
|
rm -rf ~/.zshrc ~/.zsh ~/.zprofile
|
||||||
|
@ -13,5 +13,5 @@ for rcfile in "${ZDOTDIR:-$HOME}"/stevset/prezto/.zprezto/runcoms/^README.md(.N)
|
||||||
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
|
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
|
||||||
done
|
done
|
||||||
|
|
||||||
#Fix History
|
#Fix History if it exists
|
||||||
cat ~/.zsh_history > ~/.zhistory
|
cat ~/.zsh_history > ~/.zhistory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue