Remove emacs-vterm stuff

master
Jacopo De Simoi 6 years ago
parent 722aa01ab1
commit 40246068f8
  1. 18
      zshrc.org

@ -41,6 +41,8 @@ Each environment has slightly different setups, which will be tangled to differe
cd $(pwd | sed -e 's+scratch/src/kde/build+scratch/src/kde+')
}
run-task () {
adb shell am broadcast --user 0 -a net.dinglish.tasker.run_task -e task "$1"
}
@ -107,21 +109,7 @@ Each environment has slightly different setups, which will be tangled to differe
/home/jacopods/.emacs.d/emacsclient-activities $EMACS_ARGUMENTS $@
}
function vterm_printf(){
if [ -n "$TMUX" ]; then
# Tell tmux to pass the escape sequences through
# (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
printf "\ePtmux;\e\e]%s\007\e\\" "$1"
elif [ "${TERM%%-*}" = "screen" ]; then
# GNU screen (screen, screen-256color, screen-256color-bce)
printf "\eP\e]%s\007\e\\" "$1"
else
printf "\e]%s\e\\" "$1"
fi
}
# Path to your oh-my-zsh configuration.
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.

Loading…
Cancel
Save