We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b4918 commit 81acab2Copy full SHA for 81acab2
init
@@ -18,7 +18,7 @@ if [[ $__REMOTE_TERMINAL_SCRIPT_DIR ]]; then
18
# Alias all commands that read configuration files from home directory to load from remote source.
19
alias emacs="emacs --load $__REMOTE_TERMINAL_SCRIPT_DIR/.emacs"
20
alias screen="screen -c $__REMOTE_TERMINAL_SCRIPT_DIR/.screenrc"
21
-
+ export HOME=$__REMOTE_TERMINAL_SCRIPT_DIR
22
export PATH=$__REMOTE_TERMINAL_SCRIPT_DIR/bin:$PATH
23
source $__REMOTE_TERMINAL_SCRIPT_DIR/.bashrc
24
fi
0 commit comments