diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-05-02 10:57:56 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-05-02 10:57:56 +0400 |
| commit | 671b9fecd23c8c8568991d9d40a5351f2feabdc5 (patch) | |
| tree | 6fb34873094c549940e2d879d4b1f42cc26829a1 | |
| parent | e0b6841de0c7beb44346f48b7aa8e093b14d14ab (diff) | |
Добавил source .zprofile в .zshrc
| -rwxr-xr-x | .xinitrc | 1 | ||||
| -rw-r--r-- | .zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ export DESKTOP_SESSION="dwm" +[ -f ~/.profile ] && . ~/.profile [ -f /etc/xprofile ] && . /etc/xprofile [ -f ~/.xprofile ] && . ~/.xprofile @@ -59,3 +59,4 @@ set_prompt() { } set_prompt +source $HOME/.zprofile |