dotfiles/zsh/.zshrc

6 lines
101 B
Bash

setopt correctall
autoload -Uz compinit promptinit
compinit
promptinit
PROMPT='%F{yellow}%1~%f %# '