diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Inside that folder, place a file with following content: ``` #!/usr/bin/env sh -if git remote get-url origin --no-all | grep -P 'lirion.*dotfiles.git' > /dev/null; then +if git remote get-url origin --no-all | grep -P 'lirion.*dotfiles(.git)?$' > /dev/null; then install -dvm .git/modules install -dvm .git/modules/git-prompt install -dvm .git/modules/git-prompt/info |