diff --git a/.oh-my-shell/shellrc/plugins/file_directory/aliases.sh b/.oh-my-shell/shellrc/plugins/file_directory/aliases.sh index 6d99a28..05087d5 100755 --- a/.oh-my-shell/shellrc/plugins/file_directory/aliases.sh +++ b/.oh-my-shell/shellrc/plugins/file_directory/aliases.sh @@ -13,3 +13,7 @@ alias edit='f_file_directory_create_missing_dirs_file 0 ' # Find all broken symbolic links # usage: find_broken_symbolic_link /path/to/some/folder alias find_broken_symbolic_link='find -L -xtype l' + +# Disk usage analyzer +# usage: tdiskusage /path/to/some/folder +alias tdiskusage='dua interactive '