From 4c125cc227f954e61d0c41e8cd166e64fbb5afc3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 15 Nov 2022 08:05:18 -0300 Subject: Revert "etc/sh/rc: Remove ~/.bashrc symlink" This reverts commit 8112f1be52f61ccee08d70d9928b562a0f2f2e08. Launching a new "guix shell" or a new st instance doesn't load .profile, but .bashrc instead. --- etc/sh/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index 742975c..03b7637 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -328,6 +328,8 @@ 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