Move ~/Code
to ~/Repos
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
183e6836b1
commit
473cc2757c
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ pkgs.writeShellApplication {
|
|||
];
|
||||
|
||||
text = ''
|
||||
# Update all top-level Git repository clones within my Code directories to their
|
||||
# Update all top-level Git repository clones within my code directories to their
|
||||
# latest version.
|
||||
|
||||
dirs=$(find "$XDG_REPOS_DIR" -mindepth 2 -maxdepth 3 -type d -name .git -not -path '*/*.old/*')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue