From 53118ee815402f158aefda8c750ffd316c57f0bf Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 26 May 2023 18:56:10 +0100 Subject: Update various small configurations --- zsh-fish/.zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh-fish/.zprofile') diff --git a/zsh-fish/.zprofile b/zsh-fish/.zprofile index b778969..adac3a5 100644 --- a/zsh-fish/.zprofile +++ b/zsh-fish/.zprofile @@ -32,7 +32,10 @@ PATH=$HOME/.cabal/bin:$PATH 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 export PATH export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + +[ -f "/home/ymherklotz/.ghcup/env" ] && source "/home/ymherklotz/.ghcup/env" # ghcup-env -- cgit