From d913e017bd2b411dcc23dd8e9082712537f8c88b Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 4 Nov 2024 04:09:23 +0300 Subject: colored ls --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index cbe7383..49e591a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -12,6 +12,7 @@ PROMPT='%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[mag setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments +alias ls='ls --color' HISTSIZE=10000000 SAVEHIST=10000000 -- cgit v1.2.3