Unix and Linux Discussions Tagged with zsh |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
15,204 |
OS X (Apple) |
|
|
|
6 |
4,071 |
Shell Programming and Scripting |
|
|
|
0 |
1,599 |
Shell Programming and Scripting |
|
|
|
51 |
57,186 |
Shell Programming and Scripting |
|
|
|
4 |
4,363 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,503 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,284 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,094 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
3,445 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,659 |
Shell Programming and Scripting |
|
|
|
2 |
3,500 |
Programming |
|
|
|
1 |
20,459 |
Shell Programming and Scripting |
|
|
|
0 |
8,930 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,143 |
Software Releases - RSS News |
|
|
|
0 |
994 |
Software Releases - RSS News |
|
|
|
0 |
4,548 |
Shell Programming and Scripting |
|
|
|
2 |
9,327 |
Shell Programming and Scripting |
|
|
|
0 |
1,257 |
Software Releases - RSS News |
|
|
|
0 |
1,176 |
Software Releases - RSS News |
|
|
|
3 |
2,950 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,706 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,765 |
UNIX for Dummies Questions & Answers |
fizsh(1) fizsh fizsh(1)
NAME
fizsh - friendly interactive zshell.
SYNOPSIS
fizsh [OPTIONS]... [ARGUMENTS]...
DESCRIPTION
Fizsh is a front end to zsh. Fizsh provides zsh with interactive syntax-highlighting and a MATLAB-like history-search. Fizsh is intended to
look and feel similar to fish. A distinguishing feature is that fizsh can handle Bourne compatible syntax. This is because fizsh is a front
end to zsh. Fish uses its own syntax.
CONFIGURATION
$HOME/.fizsh is the directory where fizsh keeps its configuration files. The file $HOME/.fizsh/.fizshrc serves as the user's local startup
script. Local customizations, such as aliases and functions, can be added here. $HOME/.fizsh/.fizshrc allows the same syntax as
$HOME/.zshrc under zsh. $HOME/.fizsh/.fizsh_history is default name of fizsh's history file.
The other files in $HOME/.fizsh are installed by /usr/bin/fizsh. In order to reinstall these files use: /usr/bin/fizsh -r or /usr/bin/fizsh
--reinstall.
Compared to the default configuration of zsh, fizsh additionally sets the options "histignorealldups", "histignorespace",
"histreduceblanks", "incappendhistory", "interactivecomments", "promptsubst", "correct" and "nobeep".
For further configuration details consult zsh's man pages.
INVOCATION
Fizsh is meant to be invoked without options and without command-line arguments.
The only supported command-line options are "--version", "--help", "--login", "--reinstall", "-v", "-h", "-l" and "-r". "--version" or "-v"
yields fizsh's version number. "--help" or "-h" causes fizsh to print brief usage information. "--login" or "-l" cause fizsh to be a login
shell. "--reinstall" or "-r" will reinstall some of fizsh's configuration files (see above).
If invoked with other command-line options and/or arguments fizsh will silently revert to zsh.
BUGS
There are no known bugs at the moment. Bug reports, bug fixes and other comments are welcome.
NOTES
MATLAB is a registered trademark of The MathWorks, Inc.
AUTHOR
Written by Guido van Steen, based on work by the "zsh-syntax-highlighting contributors" and the contributors to "zsh-history-substring-
search".
SEE ALSO
zsh(1) fish(1)
Version 1.0.2 9 Aug 2011 fizsh(1)