aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-05 11:44:25 -0300
committerEuAndreh <eu@euandre.org>2022-11-05 11:44:27 -0300
commit8112f1be52f61ccee08d70d9928b562a0f2f2e08 (patch)
treee4f131ae56f4b420111a0d0b15e69ef8f6f50f09
parentbin/backup: Exclude ~/gPodder/ while it is not placed properly (diff)
downloaddotfiles-8112f1be52f61ccee08d70d9928b562a0f2f2e08.tar.gz
dotfiles-8112f1be52f61ccee08d70d9928b562a0f2f2e08.tar.xz
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.
-rw-r--r--etc/sh/rc2
1 files changed, 0 insertions, 2 deletions
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