2 # Path to your oh-my-zsh configuration.
5 # Set name of the theme to load.
6 # Look in ~/.oh-my-zsh/themes/
7 # Optionally, if you set this to "random", it'll load a random theme each
8 # time that oh-my-zsh is loaded.
12 # alias zshconfig="mate ~/.zshrc"
13 # alias ohmyzsh="mate ~/.oh-my-zsh"
15 # Set to this to use case-sensitive completion
16 # CASE_SENSITIVE="true"
18 # Comment this out to disable bi-weekly auto-update checks
19 # DISABLE_AUTO_UPDATE="true"
21 # Uncomment to change how often before auto-updates occur? (in days)
22 # export UPDATE_ZSH_DAYS=13
24 # Uncomment following line if you want to disable colors in ls
25 # DISABLE_LS_COLORS="true"
27 # Uncomment following line if you want to disable autosetting terminal title.
28 # DISABLE_AUTO_TITLE="true"
30 # Uncomment following line if you want to disable command autocorrection
31 # DISABLE_CORRECTION="true"
33 # Uncomment following line if you want red dots to be displayed while waiting for completion
34 # COMPLETION_WAITING_DOTS="true"
36 # Uncomment following line if you want to disable marking untracked files under
37 # VCS as dirty. This makes repository status check for large repositories much,
39 # DISABLE_UNTRACKED_FILES_DIRTY="true"
41 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
42 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
43 # Example format: plugins=(rails git textmate ruby lighthouse)
46 source $ZSH/oh-my-zsh.sh
47 source $BASE/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
49 # Customize to your needs...
50 alias -g emc='emacsclient -c'