🔧 Removed thefuck package

This commit is contained in:
tomit4 2025-10-19 09:48:31 -07:00
parent 1c34527783
commit ed18efe4d5
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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"