aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-02-16 04:05:30 -0300
committerEuAndreh <eu@euandre.org>2024-02-16 04:05:30 -0300
commit40771fb4102f4bff375144e98640ce8eb2f0a74a (patch)
treea687267f608a61d80a3c58836f47a6d83e569caa
parentetc/sh/rc: Define $SHAREDIR as the same as $PREFIX (diff)
downloaddotfiles-40771fb4102f4bff375144e98640ce8eb2f0a74a.tar.gz
dotfiles-40771fb4102f4bff375144e98640ce8eb2f0a74a.tar.xz
etc/sh/rc: No longer create the ".bashrc" symlink
-rw-r--r--etc/sh/rc2
1 files changed, 0 insertions, 2 deletions
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