diff options
author | mail_redacted_for_web | 2024-07-14 11:57:52 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-07-14 11:57:52 +0200 |
commit | 738ecb82e946043914fc822d8fb877a655e5ad4f (patch) | |
tree | 65f2842935bc87aa79adc5a01c36cacefc21f6c9 /README.md | |
parent | 672c91bc95a167269fb7ddfa2c84e4f7da2bdad2 (diff) | |
download | dotfiles-738ecb82e946043914fc822d8fb877a655e5ad4f.tar.bz2 |
...
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 |