aboutsummaryrefslogtreecommitdiffstats
path: root/zsh-fish
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-08-05 18:44:44 +0100
committerYann Herklotz <git@yannherklotz.com>2023-08-05 18:45:41 +0100
commit166e3869a30693d07d0cb23d414d38d676e6ed78 (patch)
tree976566a3bd4eee5151e5280f2e32db8fb58b9b43 /zsh-fish
parent13885e75508d63bdceab27f88f67791351112ebb (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.zip
Configure git and mercurialHEADmaster
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