diff options
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" |