diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |