From e0f3615504d55fd83ab936e793f3623e4b32802e Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 22 Sep 2019 11:32:39 +0200 Subject: [PATCH] add .bashrc --- zsh/.bashrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 zsh/.bashrc diff --git a/zsh/.bashrc b/zsh/.bashrc new file mode 100755 index 0000000..b026f23 --- /dev/null +++ b/zsh/.bashrc @@ -0,0 +1,2 @@ +[ -x /usr/local/bin/zsh ] && exec /usr/local/bin/zsh +[ -x /usr/bin/zsh ] && exec /usr/bin/zsh