update
This commit is contained in:
parent
16e773b6c8
commit
dd2a5c6794
4 changed files with 16 additions and 6 deletions
2
.zshrc
2
.zshrc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue