From 6674b5334a1626ec7b5d2ebd3281ac7e94f48f1f Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 14 Nov 2022 23:42:20 +0200 Subject: Initial commit --- .config/zsh/.zprofile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/zsh/.zprofile (limited to '.config/zsh/.zprofile') diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile new file mode 100644 index 0000000..8ab0499 --- /dev/null +++ b/.config/zsh/.zprofile @@ -0,0 +1,5 @@ +if [[ "$(tty)" = "/dev/tty1" ]]; then + pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/xinitrc" +fi + +#eval "$(gh completion -s zsh)" -- cgit v1.2.3