stevset/scripts/preztoUpstream.zsh
2022-12-19 02:00:48 -05:00

5 lines
142 B
Bash
Executable file

#!/bin/bash
if [[ "$PWD" = "$HOME/.zprezto" ]]; then
git remote add upstream https://github.com/sorin-ionescu/prezto.git
git remote -v
fi