dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit db4965c289574f86a800a891901b42312bcb3902
parent c89f74bc1daab3c28e2f403159f765fcae851cb5
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 19 Feb 2026 02:27:54 -0600

Updated bashrc to not require show errors with public build.

Diffstat:
M.gitignore | 1+
Mbashrc | 10+++-------
2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -50,3 +50,4 @@ qBittorrent/ *.pyc QtProject.conf simplex/* +librewolf/* diff --git a/bashrc b/bashrc @@ -81,8 +81,8 @@ clone-private() { git clone ssh://brgr/home/shared/git/private-repos/$REPO_NAME.git } -alias pw='head -c -1 ~/keys/pw.txt | xclip -selection clipboard' -alias pw_old='cat ~/keys/pw-old.txt | xclip -selection clipboard' +alias pw='head -c -1 ~/gitRepos/keys/pw.txt | xclip -selection clipboard' +alias pw_old='cat ~/gitRepos/keys/pw-old.txt | xclip -selection clipboard' alias mount-server="sshfs andrew@brgr.heron-peacock.ts.net:/home/shared/ /mnt/server/ -o reconnect" # alias mount-home="sshfs andrew@brgr.heron-peacock.ts.net:/home/andrew/ /home/andrew/mount/ -o reconnect" @@ -170,15 +170,11 @@ export LYNX_CFG=/home/andrew/.config/lynx/lynx.cfg alias a="/home/andrew/bin/abduco.sh" bind -f ~/.inputrc -source ~/keys/secrets.txt +source ~/gitRepos/keys/secrets.txt > /dev/null 2>&1 # fuck this alias format="uv run dev manual-precommit" -# fuck this slow ass javascript shit -source /usr/share/nvm/init-nvm.sh - - alias lock="i3lock -c 000000" build-run() {