-
Notifications
You must be signed in to change notification settings - Fork 0
/
zshrc
20 lines (15 loc) Β· 816 Bytes
/
zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File: .zshrc
# Creation Date: 2013
# Author: Samuel El-Borai <[email protected]>
# Website: https://github.com/dgellow/config
# Description: My zshrc
##ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
## 0. Meta
# Accept comments in command line
setopt interactivecomments
##ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
## 1. Oh-my-zsh
# Path to my oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Load oh-my-zshrc configuration.
source $ZSH/oh-my-zshrc