aboutsummaryrefslogtreecommitdiff
path: root/src/config/files/shell/.bashrc
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-06-14 10:12:33 +0530
committerAaditya Dhruv <[email protected]>2025-06-14 10:12:33 +0530
commitbd8919afb109efa0a92def766aca81f1e2e146fa (patch)
treea3cfbd93f8f0be44dd666969abdb20a27d6db84c /src/config/files/shell/.bashrc
parent90b9ea4267ee04e1fe6f808ae322d4ad36edc693 (diff)
Update neovim, neomutt, and shell configurations
Diffstat (limited to 'src/config/files/shell/.bashrc')
-rw-r--r--src/config/files/shell/.bashrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/config/files/shell/.bashrc b/src/config/files/shell/.bashrc
deleted file mode 100644
index 2161b13..0000000
--- a/src/config/files/shell/.bashrc
+++ /dev/null
@@ -1,16 +0,0 @@
-# .bashrc
-
-# Source global definitions
-if [ -f /etc/bashrc ]; then
- . /etc/bashrc
-fi
-
-# User specific aliases and functions
-if [ -d ~/.bashrc.d ]; then
- for rc in ~/.bashrc.d/*; do
- if [ -f "$rc" ]; then
- . "$rc"
- fi
- done
-fi
-unset rc