1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-11 16:53:28 +00:00
shoestrap/assets/default/bin/ssh-vim-forward

7 lines
203 B
Bash
Executable File

#! /bin/bash
# ssh-vim-forward forwards only the VIM_COLOR variable
# to a remote shell and attempts to provide a consistent
# shell experience
ssh -t "$@" VIM_COLOR="$VIM_COLOR" "$(basename "$SHELL")"