commit
06a2995459
3 changed files with 12 additions and 19 deletions
10
README.md
10
README.md
|
@ -34,7 +34,7 @@ version is **4.3.11**.
|
|||
- Clone the repository:
|
||||
|
||||
```console
|
||||
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto"
|
||||
git clone --recursive https://github.com/ekenalt/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto"
|
||||
```
|
||||
|
||||
- Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`$HOME/.zshenv`_:
|
||||
|
@ -73,14 +73,6 @@ version is **4.3.11**.
|
|||
|
||||
05. Open a new Zsh terminal window or tab.
|
||||
|
||||
### [Fig](https://fig.io)
|
||||
|
||||
Fig adds apps, shortcuts, and autocomplete to your existing terminal.
|
||||
|
||||
Install `prezto` in just one click.
|
||||
|
||||
<a href="https://fig.io/plugins/other/prezto" target="_blank"><img src="https://fig.io/badges/install-with-fig.svg" /></a>
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
If you are not able to find certain commands after switching to Prezto, modify
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
} &!
|
||||
|
||||
# Execute code only if STDERR is bound to a TTY.
|
||||
if [[ -o INTERACTIVE && -t 2 ]]; then
|
||||
|
||||
# Print a random, hopefully interesting, adage.
|
||||
if (( $+commands[fortune] )); then
|
||||
fortune -s
|
||||
print
|
||||
fi
|
||||
|
||||
fi >&2
|
||||
#if [[ -o INTERACTIVE && -t 2 ]]; then
|
||||
#
|
||||
# # Print a random, hopefully interesting, adage.
|
||||
# if (( $+commands[fortune] )); then
|
||||
# fortune -s
|
||||
# print
|
||||
# fi
|
||||
#
|
||||
#fi >&2
|
||||
|
|
|
@ -130,7 +130,8 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
|
|||
# Set the prompt theme to load.
|
||||
# Setting it to 'random' loads a random theme.
|
||||
# Auto set to 'off' on dumb terminals.
|
||||
zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
#zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
zstyle ':prezto:module:prompt' theme 'cloud' '>'
|
||||
|
||||
# Set the working directory prompt display length.
|
||||
# By default, it is set to 'short'. Set it to 'long' (without '~' expansion)
|
||||
|
|
Loading…
Add table
Reference in a new issue