mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
ZSH updates
This commit is contained in:
6
dotfiles/zprofile
Normal file
6
dotfiles/zprofile
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user