aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 1bdc54c6ebfe4770eb800a05ad776a442a4e8750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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


. "$HOME/.cargo/env"