mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-22 04:06:29 +00:00
Use env for forwarding envs to a mosh session
This commit is contained in:
parent
62d4d54ccc
commit
10badb018c
@ -1,6 +1,3 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# mosh-vim-forward forwards only the VIM_COLOR variable
|
mosh "$@" -- sh -c "env TERM_PROFILE=\"$TERM_PROFILE\" $(basename "$SHELL")"
|
||||||
# to a remote shell and attempts to provide a consistent
|
|
||||||
# shell experience
|
|
||||||
mosh "$@" -- sh -c "VIM_COLOR=$VIM_COLOR $(basename "$SHELL")"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user