File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ dot_plugin_if_exists "cron"
6767dot_plugin_if_exists "date"
6868dot_plugin_if_exists "development"
6969dot_plugin_if_exists "debugging_shell_scripts"
70+ dot_plugin_if_exists "disk"
7071dot_plugin_if_exists "diff"
7172dot_plugin_if_exists "docker"
7273dot_plugin_if_exists "download"
Original file line number Diff line number Diff line change 1+ if command_exists ' dua' ; then
2+ # Disk usage analyzer
3+ # Usage: tdisk_usage_analyzer /path/fo/folder
4+ alias tdisk_usage_analyzer=' dua i '
5+ elif command_exists ' ncdu' ; then
6+ alias tdisk_usage_analyzer=' ncdu '
7+ fi
8+
Original file line number Diff line number Diff line change @@ -14,6 +14,3 @@ alias edit='f_file_directory_create_missing_dirs_file 0 '
1414# usage: find_broken_symbolic_link /path/to/some/folder
1515alias find_broken_symbolic_link=' find -L -xtype l'
1616
17- # Disk usage analyzer
18- # usage: tdiskusage /path/to/some/folder
19- alias tdiskusage=' dua interactive '
You can’t perform that action at this time.
0 commit comments