From dbeaa3bcb5b6dc870782dc7c69d28da600338e9a Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 15 Jul 2020 15:39:29 +0100 Subject: +autocd option to zsh This allows me to instantly go to a directory just by typing its name --- Shell/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'Shell') diff --git a/Shell/.zshrc b/Shell/.zshrc index eb5dc8c..aa473b2 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -1,6 +1,7 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- ## Aliases +setopt autocd export TERM=xterm-256color alias vim="nvim" alias clip="xclip -sel clip" -- cgit v1.2.3-13-gbd6f