This commit is contained in:
Tadaya Tsuyukubo 2017-05-02 02:22:58 +00:00 committed by GitHub
commit ddad7bf16a

View file

@ -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=''