diff options
Diffstat (limited to 'config/root-.bashrc')
-rw-r--r-- | config/root-.bashrc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/root-.bashrc b/config/root-.bashrc deleted file mode 100644 index 3973e692..00000000 --- a/config/root-.bashrc +++ /dev/null @@ -1,18 +0,0 @@ -# Execute the user's rootrc file if it exists instead of this one. - -case "$USER" in - "" | root) - UHOME="";; - *) - UHOME="`eval echo ~$USER`";; -esac - -if [ "$UHOME" -a -r "$UHOME/.root_bashrc" ]; then - . "$UHOME/.root_bashrc" -else - # define some handy aliases - alias j jobs -l - alias c clear - alias z suspend - alias d dirs -fi |