From f3fb9e2de9b2ef616f8d40a865b2433c00607b34 Mon Sep 17 00:00:00 2001 From: afonso Date: Thu, 28 Nov 2024 18:34:07 +0000 Subject: [PATCH] [scripts] remove trailing / on tms --- .local/bin/tms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/tms b/.local/bin/tms index 40731ab..182cdc2 100755 --- a/.local/bin/tms +++ b/.local/bin/tms @@ -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