diff options
-rw-r--r-- | .bash_profile | 2 | ||||
-rw-r--r-- | .config/user-dirs.dirs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index 4eec4aa1..c875ab0d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,7 +10,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export MANPAGER="nvim +Man!" export EDITOR=nvim -export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc +export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" #export QT_QPA_PLATFORMTHEME=qt5ct export QT_STYLE_OVERRIDE=kvantum diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index ba4f11fa..344d2dcd 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -4,7 +4,7 @@ # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. -# + XDG_DESKTOP_DIR="$HOME" XDG_DOWNLOAD_DIR="$HOME/downloads" XDG_TEMPLATES_DIR="$HOME" |