mise: Configure mise-en-place
This commit is contained in:
parent
d82fe28a77
commit
dc8c114773
4 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
.git/
|
.git/
|
||||||
!.env
|
!.env
|
||||||
!.envrc
|
!.envrc
|
||||||
|
!mise.toml
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,4 @@
|
||||||
# These are gitignore'd by default, but I edit and search them often.
|
# These are gitignore'd by default, but I edit and search them often.
|
||||||
!.env
|
!.env
|
||||||
!.envrc
|
!.envrc
|
||||||
|
!mise.toml
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ node_modules/
|
||||||
.envrc
|
.envrc
|
||||||
.direnv/
|
.direnv/
|
||||||
|
|
||||||
|
mise.toml
|
||||||
|
|
||||||
.vimrc
|
.vimrc
|
||||||
.editorconfig
|
.editorconfig
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,8 @@ _has() {
|
||||||
|
|
||||||
_has direnv && eval "$(direnv hook zsh)" || true
|
_has direnv && eval "$(direnv hook zsh)" || true
|
||||||
|
|
||||||
|
_has mise && eval "$(mise activate zsh)" || true
|
||||||
|
|
||||||
FZF_CTRL_T_COMMAND=''
|
FZF_CTRL_T_COMMAND=''
|
||||||
_has fzf && eval "$(fzf --zsh)" || true
|
_has fzf && eval "$(fzf --zsh)" || true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue