From cb1f505ad1c523301aeda7166e44d3e5adb03a76 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Fri, 23 Aug 2024 09:36:25 +0100 Subject: zsh updateS --- zsh/.zshenv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zshenv') diff --git a/zsh/.zshenv b/zsh/.zshenv index ba90358..122763d 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -14,4 +14,6 @@ if [[ -d $HOME/Library/Python/3.12/bin ]] && [[ ! $PATH == *"$HOME/Library/Pytho export PATH="$HOME/Library/Python/3.12/bin:$PATH" } +export EDITOR="nvim" + . "$HOME/.cargo/env" -- cgit v1.2.3