1
0
Fork 0
dotfiles/.profile

6 lines
103 B
Bash

if command -v zsh; then
source $HOME/.zshrc
elif command -v bash; then
source $HOME/.bashrc
fi