mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
fix(console): should have fixed publish
This commit is contained in:
parent
2dbf1cdd00
commit
f2a9511793
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
export NPM_CONFIG_USERCONFIG=$HOME/._npmrc
|
||||||
#+end_src
|
#+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
|
Set PATH & MANPATH
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
|
|
@ -276,6 +276,11 @@ Set manpager to bat
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'"
|
export MANPAGER="sh -c 'sed -e s/.\\\\x08//g | bat -l man -p'"
|
||||||
#+end_src
|
#+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
|
||||||
Launch fish shell unless bash itself is launched from fish.
|
Launch fish shell unless bash itself is launched from fish.
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue