From fe7d43ac31f7b9fe0c9be9355d35fa2ee57bd46f Mon Sep 17 00:00:00 2001 From: RATDAD Date: Wed, 24 Dec 2025 13:41:34 -0500 Subject: Suppress edge memory limit warning && simplify bindmounts for cgit --- .bashrc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .bashrc (limited to '.bashrc') diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 06c3009..0000000 --- a/.bashrc +++ /dev/null @@ -1,18 +0,0 @@ -# .bashrc -# Source global definitions -[ -f /etc/bashrc ] && . /etc/bashrc - -# User-specific PATH -case ":$PATH:" in - *":$HOME/.local/bin:"*|*":$HOME/bin:"*) ;; - *) PATH="$HOME/.local/bin:$HOME/bin:$PATH" ;; -esac -export PATH - -# Load modular bash configs -if [ -d "$HOME/.bashrc.d" ]; then - for rc in "$HOME/.bashrc.d"/*.bashrc; do - [ -f "$rc" ] && . "$rc" - done -fi -unset rc -- cgit v1.2.3-70-g09d2