diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..0c91ce3 --- /dev/null +++ b/.zshrc @@ -0,0 +1,5 @@ +export PAGER="less -R" +export EDITOR="nvim" + +PS1="%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y) +%F{white}%(!.%F{red}>>.$>) "