remove ruslan-specific zprofile
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 08:51:32 +0000 (18:51 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 08:51:32 +0000 (18:51 +1000)
zsh/.zprofile [deleted file]
diff --git a/zsh/.zprofile b/zsh/.zprofile
deleted file mode 100644 (file)
index 87fee1f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# ~/.bash_profile
-#
-
-[[ -f ~/.bashrc ]] && . ~/.bashrc
-
-if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
-       exec startx
-fi