Customizing your shell Flashcards
1
Q
To customize a shell prompt you
A
Use an env variable
2
Q
To set bash, ksh, and sh
A
Use the env variable $PS1
3
Q
To customize the csh, tsch, and zsh
A
Use env variable $prompt
4
Q
Formatting for bash
A
5
Q
More bash formatting
A
6
Q
What customizing the prompt looks like
A
7
Q
More examples
A
8
Q
Alias
A
A way to create nicknames for commands
9
Q
How to set an alias
A
10
Q
Removing alias
A
11
Q
How to make an alias persistent?
A
Add it to a . File