# UTREE 3.03b-um: ~/.utree, Mon Jun 13 17:25:19 1994 # Variables BELL= #Allow ringing of bell CLOCK= #Display/update clock GRAPHCHARS=ON #Use graphic charset TERMSCROLL=ON #Use terminal scrolling SCANTREE=ON #Scan tree for changes WARNDIRS=ON #Directory warnings LEXSORT=ON #Lexical sort of filelists AUTOSAVE=ON #Save definition/history changes VIDEOMODE=2 #Video mode setting (0..2) TREEINDENT=6 #Max tree indention (3..9) FILELINES=9 #Max file lines (1..9) HISTSIZE=16 #Size of history list (readonly) SHELL=bash #Shell EDITOR=vi #Text editor EDITOPTS= #Editor options PAGER=less #Text pager PAGEOPTS=-i #Pager options XDUMPER=od #Hex dumper XDUMPOPTS= #Dumper options LPRINTER=lp #Printer command LPRINTOPTS= #Printer options BACKUP=utree.backup #Backup program BACKUPOPTS= #Backup options TREECMD1=du -s #DUsage TREECMD2=df . #DSpace TREECMD3= TREECMD4= TREECMD5=uptime #Uptime TREECMD6= TREECMD7= TREECMD8= TREECMD9= FILECMD1=file %F #FType FILECMD2=wc -l %F #Lines FILECMD3= FILECMD4= FILECMD5= FILECMD6= FILECMD7= FILECMD8= FILECMD9= # Commands uitpost*:zip -m VERSTUURD %F [Mm]akefile:make %s #Call make for Makefile or makefile *.dvi:xdvi %F #View dvi file *.txt|*.doc:less -en %F #View doc file *.tar:tar -tv -f %F|less -en #Index of tar *.zip:unzip -v %F|less -en #Index of zip archive *.tar.gz:tar -z -tv -f %F|less -en #Index of compressed tar *.tar.[zZ]:tar -z -tv -f %F|less -en #Index of compressed tar *.ps:ghostview %F #View postscript file *.doc.[zZ]:zcat %F|less -en #View compressed doc file *.doc.gz:zcat %F|less -en #View compressed doc file