diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 07:26:43 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-07 07:26:43 +0530 |
commit | 53bbe3edc409e539cc968a20d7a3302e4978367e (patch) | |
tree | fb81c019720204c77fde139f269edfb5ba6c41ae /.zprofile | |
parent | a24e985ed2c40e2522620c17d61d7f28b94142f8 (diff) |
switched back to TTY login and zprofile/xinitrc
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..2a4b59f --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +#!/bin/sh + +[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv |