[scripts] remove trailing / on tms

This commit is contained in:
Afonso Franco 2024-11-28 18:34:07 +00:00
parent 1276307cc3
commit f3fb9e2de9
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -6,7 +6,7 @@ else
uni_projects=$(find ~/projects/University -mindepth 3 -maxdepth 3 -type d)
personal_projects=$(find ~/projects/Personal -mindepth 1 -maxdepth 1 -type d)
work_projects=$(find ~/projects/Work -mindepth 1 -maxdepth 1 -type d)
vaults=$(find ~/vaults/ -mindepth 2 -maxdepth 2 -type d)
vaults=$(find ~/vaults -mindepth 2 -maxdepth 2 -type d)
gits=$(find ~/gits -mindepth 1 -maxdepth 1 -type d)
dotfiles=$(find ~/.config -mindepth 1 -maxdepth 1 -type d)
#Merge the two lists