diff --git a/.twander b/.twander index a01c246..930b780 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.52 2003/03/04 23:53:56 tundra Exp $ +# $Id: .twander,v 1.53 2003/03/05 23:11:28 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -282,7 +282,7 @@ #-# # we'll override the help menu background color #-# #-# -#-# .if [$USER] != root +#-# .if [$USER]!= root #-# HBCOLOR = gray #-# .endif #-# @@ -295,7 +295,7 @@ #-# # Definitions for Unix-like systems #-# #-# -#-# .if [.OS] == posix +#-# .if [.OS] ==posix #-# #-# DELCMD = rm -i #-# DIRCMD = ls -al @@ -309,10 +309,10 @@ #-# #-# # We can nest conditionals too, for example ... #-# -#-# GUI-Editor = False # Assume our editor is not GUI-aware +#-# GUI-Editor = Nope # Assume our editor is not GUI-aware #-# -#-# .if [$EDITOR]==/usr/local/bin/emacs # But emacs is -#-# GUI-Editor = True +#-# .if [$EDITOR]== /usr/local/bin/emacs # But emacs is +#-# GUI-Editor = Yup #-# .endif #-# #-# # Assign shortcuts for common Unix directories @@ -342,7 +342,7 @@ #-# DELCMD = del /p #-# DIRCMD = dir #-# EDITOR = write -#-# GUI-Editor = False +#-# GUI-Editor = Yup #-# PAGER = more #-# SHELL = #-# QUOTE = @@ -399,12 +399,12 @@ #-# #-# # Some commands are condition-specific #-# -#-# .if [GUI-Editor]==True +#-# .if [GUI-Editor]== Yup #-# e edit [EDITOR] [SELECTIONS] #-# .endif #-# #-# -#-# .if [GUI-Editor]==False +#-# .if [GUI-Editor] !=Yup #-# e edit [XTERM] [EDITOR] [DSELECTIONS] #-# .endif #-#