diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2024-07-28 23:05:45 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2024-07-28 23:05:45 -0400 |
commit | 8c4a6f932b129df4f9a63b7b2e2bcaea6f215866 (patch) | |
tree | d51cea169cae19b05025a0b26670a9a09505e8fe /zsh/.zprofile |
Took snapshot of my main dotfiles
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..c6cc8d3 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,4 @@ +# if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then +# exec startx +# fi + |