Skip to content

Commit

Permalink
shellrc: added alias tdiskusage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Sep 13, 2024
1 parent 5e10ac9 commit 7d91336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .oh-my-shell/shellrc/plugins/file_directory/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '

0 comments on commit 7d91336

Please sign in to comment.