1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Forgot to define default editor

This commit is contained in:
2009-05-06 14:05:50 +00:00
parent 41945605c0
commit 1598bcc39c

1
zshrc
View File

@ -53,6 +53,7 @@ LESS="-c -x2 -R -MM -PMFile\:?f%f:STDIN. Size\:?B%B:Unknown. Pos\:?pb%pb\%:Unkno
LESSCHARSET=utf-8
READNULLCMD=/usr/bin/less
PAGER=/usr/bin/less
EDITOR=vi
PS1="%B%m:%n:%~ %#%b "