diff options
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 | ||||
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 1f5442d..ce1e635 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -178,7 +178,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "Monoid HalfTight" 12 "Lucida Grande" 12) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12)))) ((eq window-system 'x) - (ap/set-fonts "Source Code Pro" 13 "Input Sans" 13)))) + (ap/set-fonts "Source Code Pro" 13 "Liberation Sans" 13)))) (ap/set-fonts-according-to-system)) #+END_SRC diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 612908e..cf28f44 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -136,6 +136,7 @@ if [[ $TERM == "dumb" ]] then PROMPT="> " else + unset RPROMPT # show username@host if logged in through SSH [[ "$SSH_CONNECTION" != '' ]] && prompt_pure_username=' %F{242}%n@%m%f' |