1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-10 16:26:20 +00:00

7 lines
209 B
Plaintext
Raw Normal View History

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