From c5518ec7b288f6f7d1795198d2da735acc33cbaa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 May 2022 01:09:12 -0300 Subject: 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. --- etc/bash/rc | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/bash') 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 -- cgit v1.2.3