]> git.sev.monster Git - dotfiles.git/commitdiff
actually do what was mentioned in previous commit
authords6 <git@ds6.pw>
Sat, 26 May 2018 08:47:06 +0000 (03:47 -0500)
committerds6 <git@ds6.pw>
Sat, 26 May 2018 08:47:06 +0000 (03:47 -0500)
.gitignore
base/.gtkrc-2.0
base/.zshrc

index a29945680bafb7fd18bda423c3fb9812f00bfdb4..6560e7a462951a7c67b414890232a6ad6794fc39 100644 (file)
@@ -1,6 +1,10 @@
+# tint2 config
 xdg/tint2/tint2rc.backup.*
 
 # vim
 base/.vim/.netrwhist
 *.swp
 *.swo
+
+# fontconfig
+xorg/fonts/Dina/.uuid
index 281cef12c4ead575b90b09c626a65887840fa085..0db08e593ef2278f9c410419f3b13c0b98dbce4f 100644 (file)
@@ -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"
index 3fdaa0d419152e350c33277e4ad04db7baff5836..2486de7e66856e9d10bf8b78d4677b415ceb6976 100644 (file)
@@ -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'
 
This page took 0.045097 seconds and 4 git commands to generate.