mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-16 10:06:30 +00:00
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
# mosh-vim-forward forwards only the VIM_COLOR variable
|
||
|
# to a remote shell and attempts to provide a consistent
|
||
|
# shell experience
|
||
|
mosh $* -- sh -c "VIM_COLOR=$VIM_COLOR $(basename $SHELL)"
|