mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:56:33 +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
|
||||
|
||||
# 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")"
|
||||
mosh "$@" -- sh -c "env TERM_PROFILE=\"$TERM_PROFILE\" $(basename "$SHELL")"
|
||||
|
Loading…
Reference in New Issue
Block a user