6 lines
127 B
Bash
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}>>.$>) "
|