921
edits
mNo edit summary |
|||
| Line 136: | Line 136: | ||
So say I'm the only person in your .friends file whose username begins with "c". Typing "ps -fU c<-TAB->" will auto-complete to "ps -fU receive" (NB* this will also work for an alias of that command if you have one set). This can be convenient if you have a list of commands that you use on a regular basis for which aliases would be unsuitable. | So say I'm the only person in your .friends file whose username begins with "c". Typing "ps -fU c<-TAB->" will auto-complete to "ps -fU receive" (NB* this will also work for an alias of that command if you have one set). This can be convenient if you have a list of commands that you use on a regular basis for which aliases would be unsuitable. | ||
zsh message (exporting ARGV0) | zsh message (exporting ARGV0) | ||
== Removing the help message == | |||
Everytime you sign into redbrick, you get the help message. If you're tired of seeing this all you need to do is add a file called .nohelp in your home directoty. To do it type | |||
receive@murphy (~) % nano .nohelp | |||
and then save the file. | |||
== Customised zsh messages == | == Customised zsh messages == | ||