summaryrefslogtreecommitdiff
path: root/zsh/.zsh/.zprofile
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-04-08 11:25:59 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-04-08 14:48:55 +0100
commit0e325e0ac2110e9832aae051bb21f05dc6f8ccdc (patch)
tree031dce7e35a9839c787ec8e5975454ec07c4635e /zsh/.zsh/.zprofile
parent3ee22303b7561b0d784a5a004e656892579869f3 (diff)
Remove oh-my-zsh
Diffstat (limited to 'zsh/.zsh/.zprofile')
-rw-r--r--zsh/.zsh/.zprofile7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/.zsh/.zprofile b/zsh/.zsh/.zprofile
deleted file mode 100644
index e6c4265..0000000
--- a/zsh/.zsh/.zprofile
+++ /dev/null
@@ -1,7 +0,0 @@
-export EDITOR=nvim
-export VISUAL=nvim
-export HISTSIZE=1000000
-export SAVEHIST=$HISTSIZE
-
-# Start X automatically
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx