summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-05-02 10:57:56 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-05-02 10:57:56 +0400
commit671b9fecd23c8c8568991d9d40a5351f2feabdc5 (patch)
tree6fb34873094c549940e2d879d4b1f42cc26829a1
parente0b6841de0c7beb44346f48b7aa8e093b14d14ab (diff)
Добавил source .zprofile в .zshrc
-rwxr-xr-x.xinitrc1
-rw-r--r--.zshrc1
2 files changed, 2 insertions, 0 deletions
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