aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-24 17:07:33 +0100
commit468a789dbc4b1928c035d8590895efc533520a27 (patch)
tree74cb056c37eaa50cd50491a7665608488ed4feb1 /.zprofile
parentf9883d2c3b3699d91e98feeffd7eece546f7c57e (diff)
downloaddotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.gz
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.bz2
dotfiles-468a789dbc4b1928c035d8590895efc533520a27.zip
Updated file tree to match XDG base directory specification
Diffstat (limited to '.zprofile')
-rwxr-xr-x.zprofile5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zprofile b/.zprofile
deleted file mode 100755
index 16d3e16..0000000
--- a/.zprofile
+++ /dev/null
@@ -1,5 +0,0 @@
-if [[ "$(tty)" = "/dev/tty1" ]]; then
- startx
- # xset r rate 200 40
- poweroff
-fi