From 8112f1be52f61ccee08d70d9928b562a0f2f2e08 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 Nov 2022 11:44:25 -0300 Subject: etc/sh/rc: Remove ~/.bashrc symlink Since I'm always in tmux, and tmux loads ~/.profile when launching a new terminal, this file adds little value. --- etc/sh/rc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc') diff --git a/etc/sh/rc b/etc/sh/rc index 7ea9593..d6a602f 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -325,8 +325,6 @@ if [ -z "$BASH_VERSION" ]; then return fi -ln -fs .profile ~/.bashrc - export INPUTRC="$XDG_CONFIG_HOME/bash/inputrc" export HISTCONTROL=ignorespace:ignoredups -- cgit v1.2.3