fix(console): should have fixed publish

This commit is contained in:
Pavel Korytov 2023-07-29 00:48:08 +03:00
parent 2dbf1cdd00
commit f2a9511793

View file

@ -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