mirror of
https://github.com/akelge/vim
synced 2025-12-14 22:35:13 +00:00
Added function fancyTerm that checks if we are on a "fancy" terminal
Changed prompt management to take in account "screen"
This commit is contained in:
@ -15,5 +15,9 @@ autoload -U dust
|
||||
|
||||
# bak - remove backup files
|
||||
autoload -U bak
|
||||
#
|
||||
# fancyTerm - returns true if we are on xterm/rxvt/screen, elsewhere false
|
||||
autoload -U fancyTerm
|
||||
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
||||
Reference in New Issue
Block a user