diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-04-08 11:25:59 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-04-08 14:48:55 +0100 |
commit | 0e325e0ac2110e9832aae051bb21f05dc6f8ccdc (patch) | |
tree | 031dce7e35a9839c787ec8e5975454ec07c4635e /zsh/.zsh/.zprofile | |
parent | 3ee22303b7561b0d784a5a004e656892579869f3 (diff) |
Remove oh-my-zsh
Diffstat (limited to 'zsh/.zsh/.zprofile')
-rw-r--r-- | zsh/.zsh/.zprofile | 7 |
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 |