Re: Enhancing the user experience with tcsh

看板FB_current作者時間14年前 (2012/02/11 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串28/60 (看更多)
Eitan Adler wrote: > set filec > - set history = 100 > - set savehist = 100 > + set history = 10000 > + set savehist = 10000 Just why not (10000 merge)? > + set autolist > + # Use history to aid expansion > + set autoexpand > set mail = (/var/mail/$USER) > if ( $?tcsh ) then > bindkey "^W" backward-delete-word > bindkey -k up history-search-backward > bindkey -k down history-search-forward > endif > + set prompt = "[%n@%m]%c04%# " > + set promptchars = "%#" > endif > I'm fully against changing promptchars, that's pointless. Including more useful data in prompt is good anyway, but why any [] around? I think everything should be just a little more descriptive, like: set prompt = "%n@%m %c04%m%# " -- Sphinx of black quartz judge my vow. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1FDLjVWt (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1FDLjVWt (FB_current)