From 0cb49d886d1bbf8390dd108222f7e1782a694a78 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Wed, 7 Feb 2024 05:48:46 +0000 Subject: [PATCH] deploy: 00bec3f47032acd2958456965da7b35dc30ae040 --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b7edfbcd..6e9991f6 100644 --- a/index.html +++ b/index.html @@ -988,7 +988,7 @@

Configuration Parameters

🔗 Seamless Compatibility

Zsh is fully compatible with most shell scripts written for Bash. You can run your existing Bash scripts without any modifications in Zsh, ensuring a smooth transition. Additionally, Zsh provides better handling of corner cases and edge scenarios, making it a reliable choice for shell scripting.

Customizing Zsh!

-

Any file in your ~/.zsh/custom directory ending with .zsh will automatically be sourced when you open a shell. You can use this to add additional aliases, functions, and more.

+

Any file in your ~/.zsh/config.d directory ending with .zsh will automatically be sourced when you open a shell. You can use this to add additional aliases, functions, and more.

Zsh + Antigen @@ -999,7 +999,7 @@

Customizing Zsh!

sh curl -L git.io/antigen > ~/.antigen.zsh -Then, create the file ~/.zsh/custom/antigen.zsh with the following content: +Then, create the file ~/.zsh/config.d/antigen.zsh with the following content: sh source "${HOME}"/.antigen.zsh @@ -1013,7 +1013,7 @@

Customizing Zsh!

Zsh + Power Level 10k -You can use Power Level 10k as your Zsh theme by installing it and creating a custom file, e.g., ~/.zsh/custom/p10k.zsh, with the following content: +You can use Power Level 10k as your Zsh theme by installing it and creating a custom file, e.g., ~/.zsh/config.d/p10k.zsh, with the following content: sh # Source Power Level 10k 💡 @@ -1037,7 +1037,7 @@

Customizing Zsh!

shell sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -2. Once Oh My Zsh is installed, you can create a custom file, e.g., ~/.zsh/custom/oh-my-zsh.zsh, with the following content: +2. Once Oh My Zsh is installed, you can create a custom file, e.g., ~/.zsh/config.d/oh-my-zsh.zsh, with the following content: shell # Load Oh My Zsh