}
-# git-related
-
+if test -x /usr/bin/git >/dev/null 2>&1; then
# chdir to a remote's directory (if the remote is on the local FS)
cdremote() {
cd "`git config --get remote.$1.url`"
complete -F _git_open git-open
fi
+fi
include() {
}
+if which tmux >/dev/null 2>&1; then
tmux() {
case "$TERM" in
rxvt)
;;
esac
}
+fi
#if which pyenv >/dev/null 2>&1; then
fi
+if [ "$SHLVL" -eq 1 ] && which startx >/dev/null 2>&1; then
X() { startx >> .Xserver.log 2>&1; cyr; }
+fi
+
x() { exit; }