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