mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update script
This commit is contained in:
@ -43,7 +43,7 @@ build-ly-v2-viewer() {
|
||||
|
||||
## 正式服务器
|
||||
build-pub-v3-viewer() {
|
||||
nvm use && yarn && yarn generate-pub && sshpass -f ~/passwd/lingyang.txt scp -r build/* design_meta@129.211.172.57:/ || exit 1
|
||||
nvm use && yarn && yarn buildviewerpub-rel && scp -r build/* root@129.211.172.57:/home/wwwroot/design_meta/ || exit 1
|
||||
echo "Upload build-pub-v3-viewer done"
|
||||
}
|
||||
build-pub-v3-editor() {
|
||||
|
@ -95,7 +95,7 @@ bind -r C-o swap-pane -D
|
||||
|
||||
|
||||
# Zoom pane
|
||||
bind + resize-pane -Z
|
||||
bind = resize-pane -Z
|
||||
# bind -r Left resize-pane -L 5
|
||||
# bind -r Down resize-pane -D 5
|
||||
# bind -r Up resize-pane -U 5
|
||||
|
Reference in New Issue
Block a user