commit 916af49a1f4505bc5a6e5f72ea748f68e1c5cd3d parent 12bc248037e83b4bbe6f6ddcdf907ea8eba5dfe9 Author: hhvn <dev@hhvn.uk> Date: Sat, 1 Jan 2022 17:15:30 +0000 .profile: XDG_CONFIG_HOME compliant readline Diffstat:
M | .profile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.profile b/.profile @@ -1,5 +1,6 @@ #!/bin/ksh +export INPUTRC=$HOME/.config/readline/inputrc export ENV="$HOME/.config/ksh/kshrc" export EDITOR="nvim" export PAGER="less"