aboutsummaryrefslogtreecommitdiffstats
path: root/zsh-fish
diff options
context:
space:
mode:
Diffstat (limited to 'zsh-fish')
-rw-r--r--zsh-fish/.zprofile7
1 files changed, 5 insertions, 2 deletions
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