This commit is contained in:
Thom Dixon 2017-05-09 12:14:31 +00:00 committed by GitHub
commit 54ed46d232

View file

@ -38,7 +38,7 @@ if which tmux &> /dev/null
# Get the absolute path to the current directory
local zsh_tmux_plugin_path="$(cd "$(dirname "$0")" && pwd)"
local zsh_tmux_plugin_path="$(builtin cd "$(dirname "$0")" && builtin pwd)"
# Determine if the terminal supports 256 colors
if [[ `tput colors` == "256" ]]