Skip to content

Instantly share code, notes, and snippets.

@alexbrenvero
alexbrenvero / zshrc
Last active March 13, 2024 10:16 — forked from LukeSmithxyz/zshrc
Luke's config for ZSH (modified to use ranger instead of lf)
# Luke's config for the Zoomer Shell (modified to use ranger instead of lf)
# 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 "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history