From 399a7818990ef4d2f2ed9c32e63079d4e05b7829 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 2 Jun 2023 20:18:35 +0100 Subject: macos changes --- notmuch/.notmuch-config | 2 +- zsh-fish/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config index b4a071f..26590b0 100644 --- a/notmuch/.notmuch-config +++ b/notmuch/.notmuch-config @@ -11,7 +11,7 @@ # configured here named ".notmuch". # [database] -path=/home/ymherklotz/.mail +path=/Users/ymherklotz/.mail # User configuration # diff --git a/zsh-fish/.zshrc b/zsh-fish/.zshrc index 6d543bc..9b709fa 100644 --- a/zsh-fish/.zshrc +++ b/zsh-fish/.zshrc @@ -8,4 +8,4 @@ else esac fi -[ "$SESSION_TYPE" != "remote/ssh" ] && exec /usr/bin/fish +[ "$SESSION_TYPE" != "remote/ssh" ] && exec /usr/local/bin/fish -- cgit