Files
coder-default/env/.zshrc
Morten Olsen f5dcc7e8df init
2025-09-09 22:08:19 +02:00

4 lines
118 B
Bash

if [ -f /etc/profile ]; then . /etc/profile; fi
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
eval "$(starship init zsh)"