-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mushrc
92 lines (84 loc) · 3.31 KB
/
.mushrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#
# .mushrc - private mush initialization
#
#ident "@(#)HOME:.mushrc 37.1 21/03/23 11:43:08 (woods)"
# Set up the display early to allow quick exit in headers-only mode.
# The hdrs_only flag is true if the command line was: "mush -H".
if hdrs_only
exit # Quits reading this file
endif
set autosign=~/.signature
set autosign2='@planix.com @weird.com @reptiles.org @web.net: \
\--\n\
Greg.'
if iscurses
set edit_hdrs
endif
unset metoo
# I don't like the binding to lpr -- make it more intuitive:
#
bind '|' macro "[line-mode]pipe [getline]"
bind 'z' macro "[line-mode]mail -f . [getline]"
cmd forward "mail -f ."
set editor="$EDITOR"
set folder="$HOME/Mail"
set history=100
set pager="$PAGER"
set print_cmd="lpr"
set visual="$VISUAL"
if !redirect
set record=+.record
endif
#
# friendly aliases
#
alias argv 'Dan Heller <[email protected]>'
alias bart 'Bart Schaefer <[email protected]>'
alias bev 'Beverly Erlebacher <[email protected]>'
alias brian 'Brian Onn <[email protected]>'
alias brianm 'Brian Moffet <[email protected]>'
alias bruce 'Bruce Becker <becker!bdb>'
alias dan 'Dan Tomlinson <compus!dan>'
alias danh 'Dan Heller <[email protected]>'
alias dave 'Dave Mason <[email protected]>'
alias davem 'David Moloney <[email protected]>'
alias decpro '"Lou Pilla (M.Editor-DEC.Pro)" <[email protected]>'
alias dennis 'Dennis Breckenridge <[email protected]>'
alias dick '"R. H. Lathwell" <[email protected]>'
alias ddj 'Letter To The Editor <[email protected]>'
alias dumais 'Paul Dumais <[email protected]>'
alias evan 'Evan Leibovitch <[email protected]>'
alias henry 'Henry Spencer <utzoo!henry>'
alias info-cvs 'CVS-II Discussion List <[email protected]>'
alias jerqs 'jerq users <eci386!utzoo!clsc.utoronto.ca!jerqs>'
alias jmm 'John Macdonald <[email protected]>'
alias jon 'Jonathan Payne <[email protected]>'
alias jonp 'Jonathan Palmer <[email protected]>'
#alias mark '"Mark T. Dornfeld" <[email protected]>'
alias markb 'Mark Bartelt <[email protected]>'
#alias markd 'Mark Dapoz <[email protected]>'
alias mbeast 'Mike East <[email protected]>'
alias meast 'Mike East <[email protected]>'
alias mush-users 'Mush Users <[email protected]>'
alias norman 'Norman Wilson <[email protected]>'
alias paul 'Paul Dumais <[email protected]>'
alias ped 'Paul Dumais <[email protected]>'
alias peter 'Peter Renzland <[email protected]>'
alias rayan 'Rayan Zachariassen <[email protected]>'
alias scott 'Scott Campbell <[email protected]>'
alias steve 'Steve Bird <druid!bent!steve>'
alias taras 'Taras Pryjma <problem!taras>'
alias tim 'Tim Sorley <[email protected]>'
alias tom 'Tom Molnar <[email protected]>'
alias tomv 'Tom Vassos <[email protected]>'
alias vassos 'Tom Vassos <[email protected]>'
#alias tony 'Tony Becker <becker@ontmoh>'
alias tyler 'Tyler Sperry <[email protected]>'
alias ugcdir '"UniForum Canada Directors & Assoc. Directors" <[email protected]>'
alias unixrev 'Letter To The Editor <[email protected]>'
alias ureview 'Letter To The Editor <[email protected]>'
alias unixwrld 'Letter To The Editor <[email protected]>'
alias uworld 'Letter To The Editor <[email protected]>'
alias unixtoday 'Letter To The Editor <[email protected]>'
alias utoday 'Letter To The Editor <[email protected]>'
alias uu 'UNIX Unanimous <[email protected]>'