1
0
Fork 0

Merge pull request from ekenalt/ekenalt

ekenalt initial
This commit is contained in:
ekenalt 2023-07-21 08:26:34 -05:00 committed by GitHub
commit 06a2995459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 19 deletions

View file

@ -34,7 +34,7 @@ version is **4.3.11**.
- Clone the repository: - Clone the repository:
```console ```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`_: - 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. 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 ### Troubleshooting
If you are not able to find certain commands after switching to Prezto, modify If you are not able to find certain commands after switching to Prezto, modify

View file

@ -18,12 +18,12 @@
} &! } &!
# Execute code only if STDERR is bound to a TTY. # Execute code only if STDERR is bound to a TTY.
if [[ -o INTERACTIVE && -t 2 ]]; then #if [[ -o INTERACTIVE && -t 2 ]]; then
#
# Print a random, hopefully interesting, adage. # # Print a random, hopefully interesting, adage.
if (( $+commands[fortune] )); then # if (( $+commands[fortune] )); then
fortune -s # fortune -s
print # print
fi # fi
#
fi >&2 #fi >&2

View file

@ -130,7 +130,8 @@ zstyle ':prezto:module:editor' key-bindings 'emacs'
# Set the prompt theme to load. # Set the prompt theme to load.
# Setting it to 'random' loads a random theme. # Setting it to 'random' loads a random theme.
# Auto set to 'off' on dumb terminals. # 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. # Set the working directory prompt display length.
# By default, it is set to 'short'. Set it to 'long' (without '~' expansion) # By default, it is set to 'short'. Set it to 'long' (without '~' expansion)