diff options
author | EuAndreh <eu@euandre.org> | 2022-11-05 11:44:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-05 11:44:27 -0300 |
commit | 8112f1be52f61ccee08d70d9928b562a0f2f2e08 (patch) | |
tree | e4f131ae56f4b420111a0d0b15e69ef8f6f50f09 | |
parent | bin/backup: Exclude ~/gPodder/ while it is not placed properly (diff) | |
download | dotfiles-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/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |