Disable thefuck alias

This commit is contained in:
Marko Korhonen 2024-10-17 09:29:41 +03:00
parent 20df2b6323
commit 5328c00cf5
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 1 additions and 6 deletions

View file

@ -46,11 +46,6 @@ source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh
{%@@ endif @@%}
{%@@ if distro_id != "termux" @@%}
# enable https://github.com/nvbn/thefuck
eval $(TF_SHELL=zsh thefuck --alias)
{%@@ endif @@%}
# Generate completions at runtime
zinit ice wait'2' lucid
zinit light RobSis/zsh-completion-generator

View file

@ -203,7 +203,7 @@ update() {
{%@@ elif distro_id == "termux" @@%}
pkg update && pkg upgrade --yes
{%@@ endif @@%}
{%@@ if distro_id == "termux" or distro_id == "ubuntu" or distro_id == "debian" @@%}
{%@@ if distro_id == "termux" @@%}
pip-update-installed
cargo-update-installed
{%@@ endif @@%}