From c1faf4d18de264723f0731bccf23164a770a9ea0 Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 19 Aug 2024 19:57:40 +0300 Subject: update --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zshrc (limited to '.zshrc') diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..6bb4380 --- /dev/null +++ b/.zshrc @@ -0,0 +1,6 @@ +# Enable colors and change prompt: +autoload -U colors && colors # Load colors +PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " +setopt autocd # Automatically cd into typed directory. +stty stop undef # Disable ctrl-s to freeze terminal. +setopt interactive_comments -- cgit v1.2.3