From 671b9fecd23c8c8568991d9d40a5351f2feabdc5 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 2 May 2023 10:57:56 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20source=20.?= =?UTF-8?q?zprofile=20=D0=B2=20.zshrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xinitrc | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.xinitrc b/.xinitrc index 77b5d95..9630105 100755 --- a/.xinitrc +++ b/.xinitrc @@ -6,6 +6,7 @@ export DESKTOP_SESSION="dwm" +[ -f ~/.profile ] && . ~/.profile [ -f /etc/xprofile ] && . /etc/xprofile [ -f ~/.xprofile ] && . ~/.xprofile diff --git a/.zshrc b/.zshrc index a9e2f59..288da88 100644 --- a/.zshrc +++ b/.zshrc @@ -59,3 +59,4 @@ set_prompt() { } set_prompt +source $HOME/.zprofile -- cgit v1.2.3