identity: create the identities folder if it doesn't already exist
This commit is contained in:
parent
caefe0c84b
commit
f050ea3ea7
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
identities="$HOME/.local/share/git/identities";
|
identities="$HOME/.local/share/git/identities";
|
||||||
|
mkdir -p "$identities";
|
||||||
|
|
||||||
function yes_or_no { # courtesy of: https://stackoverflow.com/a/29436423
|
function yes_or_no { # courtesy of: https://stackoverflow.com/a/29436423
|
||||||
while true; do
|
while true; do
|
||||||
|
|
Loading…
Reference in a new issue