hardcoding basepath
[stack/conf/zsh.git] / zshrc
1 BASE=$HOME/.config/zsh
2 # Path to your oh-my-zsh configuration.
3 ZSH=$BASE/oh-my-zsh
4
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.
9 ZSH_THEME="dpoggi"
10
11 # Example aliases
12 # alias zshconfig="mate ~/.zshrc"
13 # alias ohmyzsh="mate ~/.oh-my-zsh"
14
15 # Set to this to use case-sensitive completion
16 # CASE_SENSITIVE="true"
17
18 # Comment this out to disable bi-weekly auto-update checks
19 # DISABLE_AUTO_UPDATE="true"
20
21 # Uncomment to change how often before auto-updates occur? (in days)
22 # export UPDATE_ZSH_DAYS=13
23
24 # Uncomment following line if you want to disable colors in ls
25 # DISABLE_LS_COLORS="true"
26
27 # Uncomment following line if you want to disable autosetting terminal title.
28 # DISABLE_AUTO_TITLE="true"
29
30 # Uncomment following line if you want to disable command autocorrection
31 # DISABLE_CORRECTION="true"
32
33 # Uncomment following line if you want red dots to be displayed while waiting for completion
34 # COMPLETION_WAITING_DOTS="true"
35
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,
38 # much faster.
39 # DISABLE_UNTRACKED_FILES_DIRTY="true"
40
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)
44 plugins=(git)
45
46 source $ZSH/oh-my-zsh.sh
47 source $BASE/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
48
49 # Customize to your needs...
50 alias -g emc='emacsclient -c'