221 current 2025-06-10 03:07:59 25.11.20250607.3e3afe5 6.15.1 *

This commit is contained in:
2025-06-10 03:08:09 -04:00
parent a527dfd0c4
commit af7bab5ed9
3 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
sessionPath = [ sessionPath = [
"$HOME/scripts" "$HOME/scripts"
]; ];
sessionVariables = {
SSH_AUTH_SOCK = /home/chase/.bitwarden-ssh-agent.sock;
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
};
shellAliases = { shellAliases = {
gs = "git status"; gs = "git status";
"..." = "cd ../.."; "..." = "cd ../..";