From 40246068f8f28850df646f0a571898ca0dcd0d69 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 11 Sep 2020 14:46:38 -0400 Subject: [PATCH] Remove emacs-vterm stuff --- zshrc.org | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/zshrc.org b/zshrc.org index 18941a1..8098fb8 100644 --- a/zshrc.org +++ b/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.