aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-07-28 01:30:04 +0200
committerBond_009 <bond.009@outlook.com>2021-07-28 01:30:04 +0200
commit146ab56175969a3412c1ad8dfae47e7c03e65abb (patch)
tree564a1e6f14e84a2a9b95e1499fb1be803bacafbc /zsh
parentd993bc6958517deaf98d893a81e157fae34ded12 (diff)
Remove .zprofile file
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
deleted file mode 100644
index 38e3dbf..0000000
--- a/zsh/.zprofile
+++ /dev/null
@@ -1,5 +0,0 @@
-if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]
-then
- source .profile
- startxfce4
-fi