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/
|
||||
!.env
|
||||
!.envrc
|
||||
!mise.toml
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@
|
|||
# These are gitignore'd by default, but I edit and search them often.
|
||||
!.env
|
||||
!.envrc
|
||||
!mise.toml
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ node_modules/
|
|||
.envrc
|
||||
.direnv/
|
||||
|
||||
mise.toml
|
||||
|
||||
.vimrc
|
||||
.editorconfig
|
||||
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ _has() {
|
|||
|
||||
_has direnv && eval "$(direnv hook zsh)" || true
|
||||
|
||||
_has mise && eval "$(mise activate zsh)" || true
|
||||
|
||||
FZF_CTRL_T_COMMAND=''
|
||||
_has fzf && eval "$(fzf --zsh)" || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue