diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-14 23:42:20 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-14 23:42:20 +0200 |
| commit | 6674b5334a1626ec7b5d2ebd3281ac7e94f48f1f (patch) | |
| tree | 9c970b4a950d319b041a3fcba35a7ad5e76cb2c9 /.config/zsh/.zprofile | |
| download | dotfiles-6674b5334a1626ec7b5d2ebd3281ac7e94f48f1f.tar.gz dotfiles-6674b5334a1626ec7b5d2ebd3281ac7e94f48f1f.zip | |
Initial commit
Diffstat (limited to '.config/zsh/.zprofile')
| -rw-r--r-- | .config/zsh/.zprofile | 5 |
1 files changed, 5 insertions, 0 deletions
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)" |
