shoestrap/assets/default/bin/mosh-vim-forward

7 lines
205 B
Bash
Executable File

#! /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)"