From cbfaf912658fe1adbd1ddb0e3b3dbe8c753865a5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 23 May 2013 02:43:31 +0200 Subject: Enable auto cd and auto pushd --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 0f5eeef..8971f33 100644 --- a/.zshrc +++ b/.zshrc @@ -35,9 +35,11 @@ alias mysql="mysql --pager" alias -s pdf="zathura" alias -s xls="libreoffice" +setopt AUTO_CD +setopt AUTO_PUSHD +setopt EXTENDED_GLOB setopt NOTIFY setopt PROMPT_SUBST # Allow for functions in the prompt -setopt EXTENDED_GLOB zstyle :compinstall filename '$HOME/.zshrc' -- cgit v1.2.3-54-g00ecf