ansible-role--bashrc/files/bashrc.d/70-util-ncdu.sh
2021-12-31 13:03:38 +01:00

8 lines
79 B
Bash

#!/bin/sh
# NCDU
if hash ncdu 2> /dev/null ; then
export NCDU_SHELL=bash
fi