From 166e3869a30693d07d0cb23d414d38d676e6ed78 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 5 Aug 2023 18:44:44 +0100 Subject: Configure git and mercurial --- zsh-fish/.zprofile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'zsh-fish') diff --git a/zsh-fish/.zprofile b/zsh-fish/.zprofile index adac3a5..be5dd5d 100644 --- a/zsh-fish/.zprofile +++ b/zsh-fish/.zprofile @@ -1,8 +1,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 export DOTNET_CLI_TELEMETRY_OPTOUT=1 -export EDITOR=nvim -export VISUAL=emacs +export EDITOR="emacsclient -nw" +export VISUAL="emacsclient -c" export CLICOLOR=1 export LEDGER_FILE=$HOME/Dropbox/ledger/main.ledger @@ -33,6 +33,9 @@ PATH=$HOME/.ghcup/bin:$PATH PATH=$HOME/.local/bin:$PATH PATH=$HOME/Library/ConTeXt/tex/texmf-osx-64/bin:$PATH PATH=/opt/context/tex/texmf-linux-64/bin:$PATH +PATH="/usr/local/opt/openjdk/bin:$PATH" +PATH="/usr/local/opt/m4/bin:$PATH" +PATH="/usr/local/opt/llvm/bin:$PATH" export PATH -- cgit