-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zshrc
37 lines (26 loc) · 1015 Bytes
/
.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Set CLICOLOR.
export CLICOLOR=1
# Path to your oh-my-zsh installation.
export ZSH=/Users/fabio/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="fabiosimple"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git common-aliases)
source $ZSH/oh-my-zsh.sh
# Some ZSH options
# Disable shared history
unsetopt share_history
# Load rest of the shell stuff.
. ~/.shell/aliases
. ~/.shell/completions
. ~/.shell/functions
. ~/.shell/envvars
# iTerm2 integration
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
# Set the terminal badges
. ~/.shell/it2badges