From 40771fb4102f4bff375144e98640ce8eb2f0a74a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Feb 2024 04:05:30 -0300 Subject: etc/sh/rc: No longer create the ".bashrc" symlink --- etc/sh/rc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc') diff --git a/etc/sh/rc b/etc/sh/rc index 5d3a31f..8d0e0df 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -477,8 +477,6 @@ fi # shellcheck disable=3045 ulimit -c unlimited -ln -fs .profile ~/.bashrc - export INPUTRC="$XDG_CONFIG_HOME/bash/inputrc" export HISTCONTROL=ignorespace:ignoredups -- cgit v1.2.3