ansible-role--bashrc/files/bashrc.d/70-util-ncdu.sh

8 lines
79 B
Bash
Raw Permalink Normal View History

2021-12-31 12:03:38 +00:00
#!/bin/sh
# NCDU
if hash ncdu 2> /dev/null ; then
export NCDU_SHELL=bash
fi