This website requires JavaScript.
Explore
Help
Sign In
vividboarder
/
shoestrap
Watch
1
Star
0
Fork
0
You've already forked shoestrap
mirror of
https://github.com/ViViDboarder/shoestrap.git
synced
2024-11-06 01:36:31 +00:00
Code
Issues
Releases
Wiki
Activity
13aea2f0bb
shoestrap
/
assets
/
default
/
bin
/
mosh-vim-forward
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add new bins for forwarding vim colors to remote shells
2017-11-14 03:36:32 +00:00
#! /bin/bash
Use env for forwarding envs to a mosh session
2022-01-27 20:36:09 +00:00
mosh "$@" -- sh -c "env TERM_PROFILE=\"$TERM_PROFILE\" $(basename "$SHELL")"
Reference in New Issue
Copy Permalink