dotfiles/.zshrc

6 lines
127 B
Bash
Raw Normal View History

2022-04-16 22:26:06 -04:00
export PAGER="less -R"
export EDITOR="nvim"
PS1="%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y)
%F{white}%(!.%F{red}>>.$>) "