diff --git a/.config/shell/functions b/.config/shell/functions index 31395d5..a2bc894 100644 --- a/.config/shell/functions +++ b/.config/shell/functions @@ -375,6 +375,8 @@ clean() { highlight "e to delete empty folders" [[ $1 =~ "e" ]] && find -empty -type d -delete -print + + nix-collect-garbage } function zipdiff() { diff --git a/.config/shell/projects b/.config/shell/projects index 42fd8b3..451ea1d 100644 --- a/.config/shell/projects +++ b/.config/shell/projects @@ -4,7 +4,7 @@ # The standard command I execute daily is "p status", it updates all projects and shows their status. # Common root for all projects -projects_dir=${projects_dir:-$DATA/4-incubator/programming} +projects_dir=${projects_dir:-$DATA/4-incubator/dev} # The max depth to search for when listing projects. The actual depth is this value minus one, since it searches for ".git" folders at that depth. projects_subfolder_level=4