8 lines
79 B
Bash
8 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# NCDU
|
||
|
if hash ncdu 2> /dev/null ; then
|
||
|
export NCDU_SHELL=bash
|
||
|
fi
|
||
|
|