Created
September 16, 2014 18:52
-
-
Save luizcarvalho/925de989c306828a410a to your computer and use it in GitHub Desktop.
budspencer fish theme error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desenvolvimento@dp-inf015:~$ fish | |
Welcome to fish, the friendly interactive shell | |
Type help for instructions on how to use fish | |
fish: Unknown command “fish_vi_key_bindings” | |
Standard input: begin; fish_vi_key_bindings ;end | |
^ | |
in . (source) call of file “-”, | |
called on standard input, | |
in function “__fish_reload_key_bindings”, | |
called on line 209 of file “/usr/share/fish/functions/__fish_config_interactive.fish”, | |
in function “__fish_config_interactive”, | |
called on line 108 of file “/usr/share/fish/config.fish”, | |
in function “__fish_on_interactive”, | |
called on standard input, | |
in event handler: handler for generic event “fish_prompt” | |
bind: Unknown option “-M” | |
/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish (line 47): bind -M default '#' fish_git_toggle_cm | |
^ | |
in . (source) call of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish”, | |
called on standard input, | |
in command substitution | |
called on standard input, | |
bind - handle fish key bindings | |
Synopsis | |
bind [OPTIONS] SEQUENCE COMMAND | |
bind: Type “help bind” for related documentation | |
bind: Unknown option “-M” | |
/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish (line 48): bind -M visual '#' fish_git_toggle_cm | |
^ | |
in . (source) call of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish”, | |
called on standard input, | |
in command substitution | |
called on standard input, | |
bind - handle fish key bindings | |
Synopsis | |
bind [OPTIONS] SEQUENCE COMMAND | |
bind: Type “help bind” for related documentation | |
bind: Unknown option “-M” | |
/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish (line 65): bind -M default ' ' fish_pwd_toggle_cm | |
^ | |
in . (source) call of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish”, | |
called on standard input, | |
in command substitution | |
called on standard input, | |
bind - handle fish key bindings | |
Synopsis | |
bind [OPTIONS] SEQUENCE COMMAND | |
bind: Type “help bind” for related documentation | |
bind: Unknown option “-M” | |
/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish (line 66): bind -M visual ' ' fish_pwd_toggle_cm | |
^ | |
in . (source) call of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish”, | |
called on standard input, | |
in command substitution | |
called on standard input, | |
bind - handle fish key bindings | |
Synopsis | |
bind [OPTIONS] SEQUENCE COMMAND | |
bind: Type “help bind” for related documentation | |
switch: Expected exactly one argument, got 0 | |
/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_prompt.fish (line 49): switch $fish_bind_mode | |
^ | |
in function “fish_vi_prompt_cm”, | |
called on line 117 of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_prompt.fish”, | |
in command substitution | |
called on line 125 of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_prompt.fish”, | |
in function “fish_prompt”, | |
called on standard input, | |
in command substitution | |
called on standard input, | |
switch - conditionally execute a block of commands | |
Synopsis | |
switch VALUE; [case [WILDCARD...]; [COMMANDS...]; ...] end | |
switch: Type “help switch” for related documentation | |
switch: Expected exactly one argument, got 0 | |
/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish (line 188): switch $fish_bind_mode | |
^ | |
in function “fish_pwd_prompt_cm”, | |
called on line 221 of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish”, | |
in command substitution | |
called on line 237 of file “/home/desenvolvimento/.oh-my-fish/themes/budspencer/fish_right_prompt.fish”, | |
in function “fish_right_prompt”, | |
called on standard input, | |
in command substitution | |
called on standard input, | |
switch - conditionally execute a block of commands | |
Synopsis | |
switch VALUE; [case [WILDCARD...]; [COMMANDS...]; ...] end | |
switch: Type “help switch” for related documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment