From 1aefeaf491c94aec00bb8efec313762e23c7a862 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Wed, 13 Nov 2024 02:22:42 +0400 Subject: editorconfig + fix nvim whichkey --- zsh/dot-zshenv | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 zsh/dot-zshenv (limited to 'zsh/dot-zshenv') diff --git a/zsh/dot-zshenv b/zsh/dot-zshenv deleted file mode 100644 index 82356e0..0000000 --- a/zsh/dot-zshenv +++ /dev/null @@ -1,13 +0,0 @@ -# XDG Paths -export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config} -export XDG_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache} -export XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share} - -# PATH -export PATH=$HOME/.cargo/bin/:$PATH - -# ZSH config dir -export ZDOTDIR=$XDG_CONFIG_HOME/zsh - -# User environment variables -export EDITOR="nvim" -- cgit v1.2.3