diff options
Diffstat (limited to 'fish/functions/du.fish')
-rw-r--r-- | fish/functions/du.fish | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fish/functions/du.fish b/fish/functions/du.fish deleted file mode 100644 index 1aec7cc..0000000 --- a/fish/functions/du.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in - @ line 0 -function du --description 'alias du=ncdu --color dark -rr -x --exclude .git' - ncdu --color dark -rr -x --exclude .git $argv; -end |