diff --git a/zshrc.org b/zshrc.org index 093daa9..ce2ec07 100644 --- a/zshrc.org +++ b/zshrc.org @@ -114,7 +114,7 @@ setup-pi-webcam() } #+end_src *** konsole helpers - #+begin_src sh + #+begin_src sh :tangle ".zshrc" function set-terminal-title() { echo -en "\e]2;$@\a" } @@ -129,14 +129,12 @@ setup-pi-webcam() function set-konsole-pomo-title() { previous_title=$(get-konsole-title) - set-konsole-title "pomodoro - "; + set-konsole-title "pomodoro"; } function restore-konsole-title() { set-konsole-title ${previous_title} } - #+end_src *** emacs helpers #+begin_src sh :tangle ".zshrc"