From f2a951179392c81901839e2ad242438a22e42697 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 29 Jul 2023 00:48:08 +0300 Subject: [PATCH] fix(console): should have fixed publish --- Console.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Console.org b/Console.org index 6a7ae76..e15698f 100644 --- a/Console.org +++ b/Console.org @@ -145,7 +145,7 @@ But I also want to use node from conda occasionally, where prefix is already set export NPM_CONFIG_USERCONFIG=$HOME/._npmrc #+end_src -The variable is unset in a script in [[file:Guix.org::*conda][Guix.org]]. +The variable is unset in a script in [[file:Guix.org::*micromamba][Guix.org]]. Set PATH & MANPATH #+begin_src sh @@ -276,6 +276,11 @@ Set manpager to bat #+begin_src bash export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'" #+end_src + +[[https://codeberg.org/akib/emacs-eat][eat]] integration +#+begin_src bash +[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && source "$EAT_SHELL_INTEGRATION_DIR/bash" +#+end_src *** Launch fish Launch fish shell unless bash itself is launched from fish. #+begin_src bash