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"