summaryrefslogtreecommitdiff
path: root/.zsh/zshrc/00_opts
blob: 9d4dc1483815c02ec85382246cd94159088e53be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# zshrc/00_opts
#
# Set up important options
#
# Copyright © 2011 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

# if a command is issued that can't be executed as a normal command, and the
# command is the name of a directory, perform the cd command to that directory
setopt auto_cd

# Silence!
setopt nobeep

setopt prompt_subst

# vim:ft=zsh