Andrew's git
/
dotfiles.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
add .zprofile to start x.org
author
Andrew Lorimer
<andrew@lorimer.id.au>
Wed, 8 Aug 2018 08:09:46 +0000
(18:09 +1000)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Wed, 8 Aug 2018 08:09:46 +0000
(18:09 +1000)
zsh/.zprofile
[new file with mode: 0644]
patch
|
blob
raw
|
patch
| inline |
side by side
(parent:
713c36e
)
diff --git a/zsh/.zprofile
b/zsh/.zprofile
new file mode 100644
(file)
index 0000000..
87fee1f
--- /dev/null
+++ b/
zsh/.zprofile
@@ -0,0
+1,9
@@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ exec startx
+fi