Files
coder-default/env/.zshrc
Morten Olsen 7a9b932e7a init
2025-09-09 21:53:23 +02:00

6 lines
174 B
Bash

Load NVM and other system-wide profile scripts for Zsh
if [ -f /etc/profile ]; then . /etc/profile; fi
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
eval "$(starship init zsh)"