diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-15 15:39:29 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-15 15:39:29 +0100 |
commit | dbeaa3bcb5b6dc870782dc7c69d28da600338e9a (patch) | |
tree | 456239f0651ded010b1c356acfb954225c17ceb1 /Shell | |
parent | 7d39d915987b5e354cf1a7b7aac02daeca84f93c (diff) | |
download | dotfiles-dbeaa3bcb5b6dc870782dc7c69d28da600338e9a.tar.gz dotfiles-dbeaa3bcb5b6dc870782dc7c69d28da600338e9a.tar.bz2 dotfiles-dbeaa3bcb5b6dc870782dc7c69d28da600338e9a.zip |
+autocd option to zsh
This allows me to instantly go to a directory just by typing its name
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |