|
|
|
|
@ -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,20 +109,6 @@ 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. |
|
|
|
|
ZSH=$HOME/.oh-my-zsh |
|
|
|
|
|
|
|
|
|
|