diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-14 03:15:25 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-14 03:15:25 -0800 |
commit | 2c3b0dc32b81991eb4901deb2909d2aaf985901b (patch) | |
tree | f3e9549c6584352a06664dd60d3a86ac30ad7790 /home/xyz/.profile | |
parent | b912bfbf0fc8a4921baaef759ae542e1f16a748b (diff) |
mv .inputrc to default location, bash does not follow INPUTRC env when in tty, maybe bug
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |