Files
coder-default/env/.zshrc
Morten Olsen 4e3e0f5349 init
2025-09-09 22:27:47 +02:00

5 lines
156 B
Bash

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