From 442f92d81bafad1d2e05f560a5e1aee1d68f7371 Mon Sep 17 00:00:00 2001 From: Tadaya Tsuyukubo Date: Wed, 18 Jan 2012 09:26:11 -0800 Subject: [PATCH] screencopy theme --- themes/screencopy.zsh-theme | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/screencopy.zsh-theme diff --git a/themes/screencopy.zsh-theme b/themes/screencopy.zsh-theme new file mode 100644 index 000000000..6f624e739 --- /dev/null +++ b/themes/screencopy.zsh-theme @@ -0,0 +1,18 @@ +# +# theme for drag copying the terminal screen + +# these functions may be declared in "ZSH/custom" directory +function switch-to-screencopy { + ZSH_THEME=screencopy source $ZSH/oh-my-zsh.sh +} +function switch-to-normal { + source $ZSH/oh-my-zsh.sh +} + +# set non-intrusive prompt for copying +PS1=' > ' +PS2=' ' +PS3='' +PS4='' +RPS1='' +RPS2=''