4 lines
118 B
Bash
4 lines
118 B
Bash
if [ -f /etc/profile ]; then . /etc/profile; fi
|
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
|
eval "$(starship init zsh)"
|