6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
|
alias sup="softwareupdate -ia"
|
||
|
|
||
|
alias up='tmux new-session "tmux split-window \"$(whence sup)\"; \
|
||
|
tmux split-window \"$(whence npmgup)\"; \
|
||
|
$(whence bup)"'
|