From 7e1c0dc9372e56e619369380c4b0a63fe265050f Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 18 Nov 2025 17:12:20 +0100 Subject: [PATCH] remove vcpkg crap we no longer use --- .bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bashrc b/.bashrc index dbcd779..5a9814d 100644 --- a/.bashrc +++ b/.bashrc @@ -66,11 +66,6 @@ HISTSIZE=2048 HISTCONTROL=erasedups:ignoredups:ignorespace HISTIGNORE='exit*:clear*:\:*:echo*' -# -# bash completion -# -. /home/user/.local/share/vcpkg/scripts/vcpkg_completion.bash &>/dev/null # fucking vcpkg - shopt -s checkwinsize # check the window size after each command (and if necessary, the values of LINES and COLUMNS) shopt -s globstar # enable globstar (**/*)