aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-06-20 22:01:05 +0200
committerMateja <mail@matejamaric.com>2021-06-20 22:01:05 +0200
commit5c68b137a6b1ecf59e4c89ac5ca9352c0ef3e849 (patch)
treec4b91179b698d74b2f8b0c7ea92266678e556f65 /.zprofile
parent740c3cc87b71c9f7a68f83f5c6a1434600f04220 (diff)
downloaddotfiles-5c68b137a6b1ecf59e4c89ac5ca9352c0ef3e849.tar.gz
dotfiles-5c68b137a6b1ecf59e4c89ac5ca9352c0ef3e849.zip
Added zsh configuration files.
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..98a0ffe
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,5 @@
+[[ -f ~/.config/zsh/zshrc ]] && . ~/.config/zsh/zshrc
+
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ startx
+fi