diff options
author | EuAndreh <eu@euandre.org> | 2022-05-16 01:09:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-16 01:09:14 -0300 |
commit | c5518ec7b288f6f7d1795198d2da735acc33cbaa (patch) | |
tree | f48f6f47637fb4e4241aad2535e64a8016dd3590 | |
parent | bin/backup: Print "borg create" debug statement (diff) | |
download | dotfiles-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/rc | 3 |
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 |