From ac02af34e6938758c236ee87e99a65e9d7318c43 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:25:08 +0000 Subject: Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI] --- repos/extra/bash/bashrc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 repos/extra/bash/bashrc (limited to 'repos/extra/bash/bashrc') diff --git a/repos/extra/bash/bashrc b/repos/extra/bash/bashrc deleted file mode 100644 index 3da30286..00000000 --- a/repos/extra/bash/bashrc +++ /dev/null @@ -1,11 +0,0 @@ -# /etc/bashrc - -alias ls='ls --color=auto' -alias grep='grep --color=auto' - -if [ -d /etc/bashrc.d/ ]; then - for f in /etc/bashrc.d/*.sh; do - [ -r "$f" ] && . "$f" - done - unset f -fi -- cgit v1.2.3