commit 790748f904a1cca77228bec4d2fa871ab73c70d1
parent c57d03c8b7031248f849fb6eef30410392842f87
Author: Andrew Laack <andrew@laack.co>
Date: Wed, 18 Feb 2026 03:30:44 -0600
Updated bashrc
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bashrc b/bashrc
@@ -81,7 +81,7 @@ clone-private() {
git clone ssh://brgr/home/shared/git/private-repos/$REPO_NAME.git
}
-alias pw='cat ~/keys/pw.txt | xclip -selection clipboard'
+alias pw='head -c -1 ~/keys/pw.txt | xclip -selection clipboard'
alias pw_old='cat ~/keys/pw-old.txt | xclip -selection clipboard'
alias mount-server="sshfs andrew@brgr.heron-peacock.ts.net:/home/shared/ /mnt/server/ -o reconnect"