fix broken spaces

This commit is contained in:
Jakobus Schürz 2020-09-23 09:58:51 +02:00
parent 101b591360
commit 59cb209684

View file

@ -9,7 +9,7 @@ export TMUX_SESSION_DIRS SETPROXY_CREDS_DIRS KERBEROS_CONFIG_DIRS
## this function updates in combination with PROMPT_COMMAND the shell-environment-variables in tmus-sessions,
# every time prompt is called. It does it only, when called from tmux (Environment TMUX is set)
function prompt_command() {
[ -z "${TMUX+x}" ] || eval "$(tmux show-environment -s)"
[ -z "${TMUX+x}" ] || eval "$(tmux show-environment -s)"
# if [ -n "${TMUX}" ]; then
# eval "$(tmux show-environment -s)"