Skip to content

Commit

Permalink
removes zsh successful cmd filter and uses zsh plugin instead
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Oct 29, 2024
1 parent 510ca4c commit 47919f9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 46 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN if [ "$MIN" = "no" ]; then \
sed -i '1 e cat /tmp/templates/zshrc_disable_flag.zsh' ~/.zshrc; \
fi && \
echo "" >> ~/.zshrc && \
cat /tmp/templates/zshrc_successful_cmd_hist.zsh >> ~/.zshrc && \
echo "" >> ~/.zshrc && \
cat /tmp/templates/gitpod_exports.zsh >> ~/.zshrc && \
echo 'for i in $(ls $HOME/.bashrc.d/ | grep -v python); do source $HOME/.bashrc.d/$i > /dev/null 2>&1; done' >> ~/.zshrc && \
echo "" >> ~/.zshrc && \
Expand Down
2 changes: 2 additions & 0 deletions configs/nathaniel/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ tags = [ "terminal" ]
[ install_ohmyzsh_plugins ]
tags = [ "terminal" ]
options = [
"https://github.com/nyoungstudios/zsh-history-on-success",
"https://github.com/zsh-users/zsh-autosuggestions",
"https://github.com/zsh-users/zsh-syntax-highlighting"
]
Expand All @@ -170,6 +171,7 @@ options = [
"copyfile",
"sudo",
"zsh-autosuggestions",
"zsh-history-on-success",
"zsh-syntax-highlighting"
]

Expand Down
18 changes: 0 additions & 18 deletions functions/zsh_successful_cmd_filter/README.md

This file was deleted.

1 change: 0 additions & 1 deletion functions/zsh_successful_cmd_filter/config.toml

This file was deleted.

7 changes: 0 additions & 7 deletions functions/zsh_successful_cmd_filter/install.sh

This file was deleted.

18 changes: 0 additions & 18 deletions templates/zshrc_successful_cmd_hist.zsh

This file was deleted.

0 comments on commit 47919f9

Please sign in to comment.