Cleanup ZSH config
This commit is contained in:
5
zsh/.profile.d/mise.sh
Normal file
5
zsh/.profile.d/mise.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if command -v mise > /dev/null 2>&1; then
|
||||
eval "$(mise activate zsh)"
|
||||
fi
|
||||
Reference in New Issue
Block a user