1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-22 07:54:24 -04:00

switch from bash to ZSH

This commit is contained in:
2019-01-18 11:52:45 -05:00
parent cf05191a40
commit 53e9d45a48
5 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi