aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-04 04:09:23 +0300
committerawy <awy@awy.one>2024-11-04 04:09:23 +0300
commitd913e017bd2b411dcc23dd8e9082712537f8c88b (patch)
tree3979ff5ed4fb503ff3676a23cbafedb5e380817d /.config/zsh
parent91698786f8bae6a11b0d2101289b73a27cdc5958 (diff)
colored ls
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
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