Преглед изворни кода

Change prompt character, show navigation in vimperator

Surprisingly, the dash as a prompt character gives more of the same feel as the
multibyte "→" than the angle bracket does.

The navigation bar in firefox is now more useful, because the more recent
versions of firefox (30+?) no longer support the plugin toolbar underwhich
xdebug and proxy icons could live - this is all now built into the same toolbar
that navigation is under. Until we work out vimperator commands for those, we'll
leave the navigation bar for mouse activation.
Weiyi Lou пре 10 година
родитељ
комит
7dd427e47b
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      vimperator/vimperatorrc
  2. 1 1
      zsh/custom/cinaeco.zsh-theme

+ 1 - 1
vimperator/vimperatorrc

@@ -3,7 +3,7 @@
 """"""""""""""""""""""""
 
 " gui options
-set gui=nonavigation,tabs,nobookmarks,addons
+set gui=navigation,tabs,nobookmarks,addons
 colorscheme cinaeco
 
 " don't focus on inputs/textfields when we navigate to a page

+ 1 - 1
zsh/custom/cinaeco.zsh-theme

@@ -4,7 +4,7 @@ print -Pn "\e]1;`hostname | cut -d. -f1`\a"
 ## Multiline Prompt
 PROMPT='
 $(host_name)$(current_folder)$(git_prompt_info)$(background_job_info)
-%{$fg[magenta]%}%n -> %{$reset_color%}'
+%{$fg[magenta]%}%n - %{$reset_color%}'
 RPROMPT='$(vi_mode_prompt_info) %{$reset_color%}%T %{$fg[white]%}%h%{$reset_color%}'
 
 MODE_INDICATOR="%{$fg[green]%}vi-mode%{$reset_color%}"