From 2c3b0dc32b81991eb4901deb2909d2aaf985901b Mon Sep 17 00:00:00 2001 From: xyz <gky44px1999@gmail.com> Date: Tue, 14 Dec 2021 03:15:25 -0800 Subject: mv .inputrc to default location, bash does not follow INPUTRC env when in tty, maybe bug --- home/xyz/.profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/xyz/.profile') diff --git a/home/xyz/.profile b/home/xyz/.profile index 464e9938..b80eb4b4 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/dash # here `. ~/.bashrc` same as `source ~/.bashrc`, see `source filename` in `man bash`, and `. file` in `man dash` # `. file` is POSIX compliant, while `source file` is not @@ -41,7 +41,6 @@ export MANPAGER='nvim -M +Man!' export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7' export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" -export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" #export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=gtk2 #export QT_STYLE_OVERRIDE=kvantum -- cgit v1.2.3-70-g09d2