dotfiles/.zshrc
2022-04-16 22:26:06 -04:00

6 lines
127 B
Bash

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