1
0
Fork 0
dotfiles/.profile

6 lines
103 B
Plaintext
Raw Normal View History

2022-09-23 19:28:12 +05:30
if command -v zsh; then
source $HOME/.zshrc
elif command -v bash; then
source $HOME/.bashrc
fi