add .bashrc

This commit is contained in:
vincent 2019-09-22 11:32:39 +02:00
parent 4738372d2f
commit e0f3615504

2
zsh/.bashrc Executable file
View File

@ -0,0 +1,2 @@
[ -x /usr/local/bin/zsh ] && exec /usr/local/bin/zsh
[ -x /usr/bin/zsh ] && exec /usr/bin/zsh