2017-11-13 19:36:32 -08:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# mosh-vim-forward forwards only the VIM_COLOR variable
|
|
|
|
# to a remote shell and attempts to provide a consistent
|
|
|
|
# shell experience
|
2019-11-14 10:20:42 -08:00
|
|
|
mosh "$@" -- sh -c "VIM_COLOR=$VIM_COLOR $(basename "$SHELL")"
|