aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-26 18:56:10 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-26 18:56:58 +0100
commit53118ee815402f158aefda8c750ffd316c57f0bf (patch)
tree0dc75537835c99c21c400f892e1b74d702168391
parent3d173dc1a249a52f42b740edf052192fd1e267c4 (diff)
downloaddotfiles-53118ee815402f158aefda8c750ffd316c57f0bf.tar.gz
dotfiles-53118ee815402f158aefda8c750ffd316c57f0bf.zip
Update various small configurations
-rw-r--r--gpg/.gnupg/gpg-agent.conf4
-rw-r--r--kitty/.config/kitty/kitty.conf2
-rw-r--r--notmuch/.notmuch-config2
-rw-r--r--zsh-fish/.zprofile3
4 files changed, 7 insertions, 4 deletions
diff --git a/gpg/.gnupg/gpg-agent.conf b/gpg/.gnupg/gpg-agent.conf
index 4ac9355..8efd845 100644
--- a/gpg/.gnupg/gpg-agent.conf
+++ b/gpg/.gnupg/gpg-agent.conf
@@ -1,4 +1,4 @@
pinentry-program /usr/local/bin/pinentry-mac
enable-ssh-support
-default-cache-ttl 36000
-max-cache-ttl 36000
+default-cache-ttl 360000
+max-cache-ttl 360000
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index 1dd519b..08869c0 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -75,7 +75,7 @@ font_size 14.0
#: narrow_symbols codepoints [optionally the number of cells]
-# disable_ligatures never
+disable_ligatures always
#: Choose how you want to handle multi-character ligatures. The
#: default is to always render them. You can tell kitty to not render
diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config
index 18fdd1d..b4a071f 100644
--- a/notmuch/.notmuch-config
+++ b/notmuch/.notmuch-config
@@ -31,7 +31,7 @@ path=/home/ymherklotz/.mail
[user]
name=Yann Herklotz
primary_email=yann@yannherklotz.com
-other_email=ymh15@ic.ac.uk;yann.herklotz15@imperial.ac.uk;git@ymhg.org
+other_email=ymh15@ic.ac.uk;yann.herklotz15@imperial.ac.uk;git@yannherklotz.com
# Configuration for "notmuch new"
#
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