From 0be7fdd88e90c39e01835fe86ec0150ed0e4b177 Mon Sep 17 00:00:00 2001 From: tiynger Date: Sun, 6 Oct 2019 14:11:35 +0200 Subject: [PATCH] adding autocd to zsh --- .config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0220407..cd8d9d8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,6 +2,8 @@ # Disable ctrl-s and ctrl-q. stty -ixon +setopt autocd autopushd \ + # Enable colors and change prompt autoload -U colors && colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "