Skip to content

Commit 81acab2

Browse files
committed
On init, change home dir to be your terminal checkout dir.
1 parent f6b4918 commit 81acab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ $__REMOTE_TERMINAL_SCRIPT_DIR ]]; then
1818
# Alias all commands that read configuration files from home directory to load from remote source.
1919
alias emacs="emacs --load $__REMOTE_TERMINAL_SCRIPT_DIR/.emacs"
2020
alias screen="screen -c $__REMOTE_TERMINAL_SCRIPT_DIR/.screenrc"
21-
21+
export HOME=$__REMOTE_TERMINAL_SCRIPT_DIR
2222
export PATH=$__REMOTE_TERMINAL_SCRIPT_DIR/bin:$PATH
2323
source $__REMOTE_TERMINAL_SCRIPT_DIR/.bashrc
2424
fi

0 commit comments

Comments
 (0)