aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: e466f44c3c2b20705e501cfa499a579056631447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH

# Path to your oh-my-zsh installation.
export ZSH="/Users/cobraz/.oh-my-zsh"

ZSH_THEME="robbyrussell"

lugins=(git)

source $ZSH/oh-my-zsh.sh
if [[ -r "${HOME}/.bashrc" ]]; then
	# shellcheck source=/dev/null
	source "${HOME}/.bashrc"
fi