From d1802b02439cc2b5c082f6b03bea57b97dd76862 Mon Sep 17 00:00:00 2001 From: ds6 Date: Sat, 26 May 2018 03:47:06 -0500 Subject: [PATCH] actually do what was mentioned in previous commit --- .gitignore | 4 ++++ base/.gtkrc-2.0 | 2 +- base/.zshrc | 11 ++++++----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a299456..6560e7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ +# tint2 config xdg/tint2/tint2rc.backup.* # vim base/.vim/.netrwhist *.swp *.swo + +# fontconfig +xorg/fonts/Dina/.uuid diff --git a/base/.gtkrc-2.0 b/base/.gtkrc-2.0 index 281cef1..0db08e5 100644 --- a/base/.gtkrc-2.0 +++ b/base/.gtkrc-2.0 @@ -1,4 +1,4 @@ gtk-theme-name="Blackbird" gtk-icon-theme-name="Paper-Mono-Dark" gtk-font-name="Dina 10" -gtk-cursor-theme-name="Adwaita" +gtk-cursor-theme-name="Paper-Mono-Dark" diff --git a/base/.zshrc b/base/.zshrc index 3fdaa0d..2486de7 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -52,12 +52,13 @@ if [[ "$OSTYPE" =~ '^freebsd' ]] { ### prompt setopt prompt_subst local f= -if [[ "$OSTYPE" = "netbsd" && ( "$TERM" =~ "^wsvt" || "$TERM" =~ '^vt' ) ]] { - # fix for wscons - f="%F{white}" -} else { +#XXX: can't think of a way to tell if ssh client is on wscons, just kludge 24/7 +#if [[ "$OSTYPE" = "netbsd" && ( "$TERM" =~ "^wsvt" || "$TERM" =~ '^vt' ) ]] { +# # fix for wscons +# f="%F{white}" +#} else { f="%f" -} +#} PROMPT='%F{$VICOL}%n'"$f"'@%F{$VICOL}%2m'"$f"'%(?../%F{red}$?'"$f"')%# ' RPROMPT='%F{yellow}${vcs_info_msg_0_:-%~}'"$f"' %T' -- 2.47.0