From 28faff7eea228d070b289c6bd20300b86f834e53 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 21 Feb 2020 15:18:23 +0300 Subject: [PATCH] =?UTF-8?q?bash:=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=20XDG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/bashrc | 4 +++- etc/wm/xdg/user-dirs.dirs | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index d2be067..75ca0e3 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вт 18 фев 2020 17:01:38 +# Изменён: Пт 21 фев 2020 14:24:30 # ################################################################################ @@ -16,6 +16,8 @@ export INPUTRC="$BASHRC/inputrc" #Файл inputrc export GTK_IM_MODULE="xim" #Метод ввода Χ export QT_IM_MODULE="xim" #Метод ввода Χ +source "$SHELLRC/etc/wm/xdg/user-dirs.dirs" + export HSTR_CONFIG="keywords-matching,blacklist,hicolor" #hstr export HSTR_PROMPT="> " diff --git a/etc/wm/xdg/user-dirs.dirs b/etc/wm/xdg/user-dirs.dirs index 32f6cc1..6d10d8d 100644 --- a/etc/wm/xdg/user-dirs.dirs +++ b/etc/wm/xdg/user-dirs.dirs @@ -1,3 +1,4 @@ +XDG_CONFIG_HOME="$HOME/.config" XDG_DESKTOP_DIR="$HOME" XDG_TEMPLATES_DIR="$HOME" XDG_PUBLICSHARE_DIR="$HOME"