Compare commits
No commits in common. "8526bdb4e37223d674813bb6b31b62cb582d6185" and "fcae9e885e763be63a70ae03404b254c7684c0bc" have entirely different histories.
8526bdb4e3
...
fcae9e885e
@ -110,9 +110,7 @@ fresh_line_one() {
|
||||
fi
|
||||
|
||||
# Unset vim/tmux navigate flag to handle C-z and multiple vim jobs.
|
||||
if [[ ! -z "$TMUX" ]]; then
|
||||
tmux set-window-option -u @vim$TMUX_PANE
|
||||
fi
|
||||
|
||||
# If a virtualenv is enabled, display it's basename
|
||||
if [[ ! -z "$VIRTUAL_ENV" ]]; then
|
||||
|
2
zshenv
2
zshenv
@ -50,8 +50,6 @@ export LESS_TERMCAP_ue=`printf "\e[0m"`
|
||||
export GTEST_COLOR=yes
|
||||
# Allow completions for GoogleTest break on failure
|
||||
export GTEST_BREAK_ON_FAILURE=0
|
||||
# Force CTest to verbose output
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
|
||||
# Disable virtualenv prompt
|
||||
VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user