From 3c82eca615a2172ed8f704376ab2f3e116019d3e Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 23 Jun 2025 09:18:14 +1200 Subject: [PATCH] Remove bw alias in .bashrc. Node deprecation flag no longer required. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index 33e7eb4..dd26806 100644 --- a/.bashrc +++ b/.bashrc @@ -36,7 +36,6 @@ alias gpa='git remote | xargs -L1 git push --all' # simplify bitwarden cli usage cpcmd="xclip -selection c"; if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then cpcmd="wl-copy"; fi -alias bw='NODE_OPTIONS="--no-deprecation" /home/linuxbrew/.linuxbrew/bin/bw' alias bwu='export BW_SESSION=$(bw unlock --raw > ~/.bw_session && cat ~/.bw_session)' function bwgp () {