This commit is contained in:
DeveloperDurp 2025-01-25 10:12:50 -06:00
parent 16e773b6c8
commit dd2a5c6794
4 changed files with 16 additions and 6 deletions

2
.zshrc
View file

@ -34,7 +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'
alias bw='NODE_OPTIONS="--no-deprecation" bw'
if command -v tmux &> /dev/null && [[ "$TERMINAL_EMULATOR" == "JetBrains-JediTerm" ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
cwd=$(pwd)