Disable thefuck alias
This commit is contained in:
parent
95ebca0aca
commit
4f49666198
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue