Skip to content

Commit

Permalink
Update zsh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syselement authored Apr 26, 2024
1 parent 4d1f018 commit 712926e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions operating-systems/linux/tools/zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ sed -i '/^plugins=/ { s/=.*/=(command-not-found zsh-autosuggestions zsh-syntax-h

# Add additional lines before sourcing oh-my-zsh
sed -i '/^source .*oh-my-zsh.sh/ i \
# Fix errors\n\
ZSH_DISABLE_COMPFIX="true"\n\
# Skip all aliases in lib files\n\
zstyle :omz:lib\* aliases no\n' "$ZSHRC"

sed -i '/^source .*oh-my-zsh.sh/ i \
\
# Fix errors\
ZSH_DISABLE_COMPFIX="true"\n\
\
Expand Down

0 comments on commit 712926e

Please sign in to comment.