1
0
Fork 0
dotfiles/.profile

6 lines
146 B
Plaintext
Raw Normal View History

2023-09-21 21:28:42 +05:30
if command -v fish > /dev/null; then
source $HOME/.config/fish/config.fish
elif command -v bash > /dev/null; then
source $HOME/.bashrc
fi