From 16e773b6c810327f37ddc65c4c46bc3555e76d20 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 25 Jan 2025 08:56:15 -0600 Subject: [PATCH] update --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index ff81cbc..968489a 100644 --- a/.zshrc +++ b/.zshrc @@ -34,6 +34,7 @@ alias connectvpn='sudo openvpn ~/Documents/openvpn/openvpn.ovpn' alias gc='git commit -a' alias gd='git diff' alias gp='git push' +alias bw='NODE_OPTIONS="--no-deprecation" bw --version' if command -v tmux &> /dev/null && [[ "$TERMINAL_EMULATOR" == "JetBrains-JediTerm" ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then cwd=$(pwd) @@ -183,6 +184,7 @@ EOF tmux-new () { local -r name=${(U)1-"$(basename $(pwd))"} tmux new-session -d -s $name + tmux switch-client -t $name } load-profile () {