From ed18efe4d5b2262dd9a68af46ebd08e8b6033690 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 19 Oct 2025 09:48:31 -0700 Subject: [PATCH] :wrench: Removed thefuck package --- updates.txt | 4 ++++ zshrc.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/updates.txt b/updates.txt index f7d74a76..3676210e 100755 --- a/updates.txt +++ b/updates.txt @@ -973,3 +973,7 @@ doas pacman -S android-tools 10/14/2025 Remove nautilus and xdg-desktop-portal-gnome doas pacman -Rs nautilus xdg-desktop-portal-gnome + +10/19/2025 +Remove thefuck (never really used it) +doas pacman -Rs thefuck diff --git a/zshrc.txt b/zshrc.txt index a5ec6874..1cfa8170 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -54,7 +54,7 @@ setopt HIST_REDUCE_BLANKS # Remove superfluous blanks before recording en echo '' | xclip && xclip -selection clipboard /dev/null && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history # Configure thefuck -eval "$(thefuck --alias)" +# eval "$(thefuck --alias)" # Change with care: export PATH="$PATH:/usr/local/cuda/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers:/home/brian/.cargo/bin:/home/brian/go/bin" export LD_LIBRARY_PATH="/usr/local/cuda/lib:$PATH"