aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-16 01:09:12 -0300
committerEuAndreh <eu@euandre.org>2022-05-16 01:09:14 -0300
commitc5518ec7b288f6f7d1795198d2da735acc33cbaa (patch)
treef48f6f47637fb4e4241aad2535e64a8016dd3590
parentbin/backup: Print "borg create" debug statement (diff)
downloaddotfiles-c5518ec7b288f6f7d1795198d2da735acc33cbaa.tar.gz
dotfiles-c5518ec7b288f6f7d1795198d2da735acc33cbaa.tar.xz
etc/bash/rc: Don't source /etc/bashrc from user file
Let this file be soruced by /etc/* files, or not be sourced at all.
-rw-r--r--etc/bash/rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/bash/rc b/etc/bash/rc
index 28c3813..e7c6d99 100644
--- a/etc/bash/rc
+++ b/etc/bash/rc
@@ -1,8 +1,5 @@
#!/bin/sh
-if [ -r /etc/bashrc ]; then
- . /etc/bashrc
-fi
ln -fs .profile ~/.bashrc
export ENV=~/.profile