diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:56:11 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-04-03 00:56:11 +0100 |
commit | 2df2d13c153dbb69098053fa6aa3a5aaa7fed331 (patch) | |
tree | 87f65095a52e9b47f4b71e4768ef5a0bf03fd94e /Shell/zshrc | |
parent | b1dbf62ab9dcad03138a52a8596dccdf9286d958 (diff) | |
parent | 8ced63b35c8b011ff29a79856165cc748d430a11 (diff) | |
download | dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.tar.gz dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.tar.bz2 dotfiles-2df2d13c153dbb69098053fa6aa3a5aaa7fed331.zip |
Resolve conflicts
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 6568d91..8cde6c1 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -9,7 +9,7 @@ zstyle ':completion:*' menu select #zstyle ':completion:*' format '%BCompleting %d%b' # End of lines configured by zsh-newuser-install # The following lines were added by compinstall -zstyle :compinstall filename '/home/vasko/.zshrc' +zstyle :compinstall filename '/home/vsz/.zshrc' autoload -Uz compinit compinit @@ -27,7 +27,7 @@ export PATH="$HOME/bin:$PATH" export EDITOR="vim" export LD_LIBRARY_PATH=/usr/local/lib -PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " +PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}▶ " #RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" @@ -57,23 +57,23 @@ export ANDROID_HOME=/opt/android-sdk -case $TERM in - (*rxvt*) - - # Write some info to terminal title. - # This is seen when the shell prompts for input. - function precmd { - print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" - #timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows - } - # Write command and args to terminal title. - # This is seen while the shell waits for a command to complete. - function preexec { - printf "\033]0;%s\a" "$1" - } - - ;; -esac +#case $TERM in +# (*rxvt*) +# +# # Write some info to terminal title. +# # This is seen when the shell prompts for input. +# function precmd { +# print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a" +# #timeout --signal=KILL 1s ~/dotfiles/Panel/lemonbar/windows +# } +# # Write command and args to terminal title. +# # This is seen while the shell waits for a command to complete. +# function preexec { +# printf "\033]0;%s\a" "$1" +# } +# +# ;; +#esac ## Fancy sysinfo #~/bin/sysinfo |