2017-11-14 03:36:32 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
# ssh-vim-forward forwards only the VIM_COLOR variable
|
|
|
|
# to a remote shell and attempts to provide a consistent
|
|
|
|
# shell experience
|
2019-11-14 18:20:42 +00:00
|
|
|
ssh -t "$@" VIM_COLOR="$VIM_COLOR" "$(basename "$SHELL")"
|