diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-07 20:27:28 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-04-12 01:49:18 +0300 |
commit | cc8e82941800a8ebb8a59ab22987a41c5aaa9c3e (patch) | |
tree | 90500e549d0951cabce41103be21b850b1b078f9 /root | |
parent | ef8bf4e980eb149f6ad94b4ce370b02719d41555 (diff) | |
download | swayrice-cc8e82941800a8ebb8a59ab22987a41c5aaa9c3e.tar.gz swayrice-cc8e82941800a8ebb8a59ab22987a41c5aaa9c3e.zip |
Use zsh config with root user as well
Diffstat (limited to 'root')
-rw-r--r-- | root/.profile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/root/.profile b/root/.profile new file mode 100644 index 0000000..bb0f394 --- /dev/null +++ b/root/.profile @@ -0,0 +1,10 @@ +export LANG=en_US.UTF-8 +export TERMINAL=foot +export EDITOR="nvim" +export PAGER="less -R -j.5" +export MANPAGER='nvim +Man!' +export MANWIDTH=80 + +export LESSHISTFILE="-" +export ZDOTDIR="$HOME/.config/zsh" +export INPUTRC="$HOME/.config/zsh/inputrc" |