mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
7 lines
186 B
Bash
7 lines
186 B
Bash
# this is only run in login shells, both interactive and non-interactive
|
|
if [[ ! -o interactive ]]; then
|
|
if command -v mise 2>&1 ; then
|
|
eval "$(mise activate zsh --shims)"
|
|
fi
|
|
fi
|