~ubuntu-branches/ubuntu/saucy/fdclone/saucy-proposed

« back to all changes in this revision

Viewing changes to _fdrc

  • Committer: Package Import Robot
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2013-03-31 20:19:19 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130331201919-vd2f75ssuh1sdctw
Tags: 3.01-1
* New upstream release
* Updated Standard-Version to 3.9.4
* Bump debhelper to 9
* debian/rules enabled hardening build flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
#       Default: 12
82
82
#MINFILENAME=12
83
83
 
 
84
# widen digit for the number of pages & files
 
85
#       0: not widen (Default)
 
86
#       >= 1: widen
 
87
#WIDEDIGIT=0
 
88
 
 
89
# use SI unit with huge file size
 
90
#       0: not use SI unit (Default)
 
91
#       >= 1: use SI unit
 
92
#SIZEUNIT=0
 
93
 
84
94
# history file of sh mode
85
95
#       Default: ~/.fd_history
86
96
#HISTFILE=~/.fd_history
105
115
#       Default: 50
106
116
#SAVEDIRHIST=50
107
117
 
 
118
# file creation mask for command history
 
119
#       Default: 022
 
120
#HISTUMASK=022
 
121
 
 
122
# file creation mask for directory history
 
123
#       Default: 022
 
124
#DIRHISTUMASK=022
 
125
 
108
126
# limit of counting files in directory, on tree mode
109
127
#       Default: 50
110
128
#DIRCOUNTLIMIT=50
147
165
 
148
166
# whether if hold the Kana-Kanji translation table on memory
149
167
#       0: not hold (Default)
150
 
#       >= 1: hold
 
168
#       1: only Hinsi info. table
 
169
#       2: also includes index table
 
170
#       3: hold all tables
151
171
#IMEBUFFER=0
152
172
 
 
173
# larning level for the Kana-Kanji translation
 
174
#       default: 16
 
175
#IMELARNING=16
 
176
 
 
177
# file creation mask for the Kana-Kanji translation frequency
 
178
#       Default: 022
 
179
#FREQUMASK=022
 
180
 
153
181
# whether if support ANSI color escape sequence
154
182
#       0: monochrome (Default)
155
183
#       1: color