Skip to content

Commit

Permalink
feat: exclude google drive folders calculating the size of directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Jul 18, 2023
1 parent efc2bbf commit 90a426b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filesystem/size_of_directory
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ source "$DOTLY_PATH/scripts/core/_main.sh"
##? size_of_directory
docs::parse "$@"

ncdu --color dark -rr -x
ncdu --color dark -rr -x --exclude CloudStorage --exclude "Google Drive"

0 comments on commit 90a426b

Please sign in to comment.