aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zshrc
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-07-15 15:39:29 +0100
committerdx <aryadevchavali1@gmail.com>2020-07-15 15:39:29 +0100
commitdbeaa3bcb5b6dc870782dc7c69d28da600338e9a (patch)
tree456239f0651ded010b1c356acfb954225c17ceb1 /Shell/.zshrc
parent7d39d915987b5e354cf1a7b7aac02daeca84f93c (diff)
downloaddotfiles-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/.zshrc')
-rw-r--r--Shell/.zshrc1
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"