Commit d8ca5d14 authored by Joseph Tannhuber's avatar Joseph Tannhuber

Obsolete code removed

parent 8713d302
...@@ -122,9 +122,7 @@ function fish_prompt -d "Write out the left prompt of the budspencer theme" ...@@ -122,9 +122,7 @@ function fish_prompt -d "Write out the left prompt of the budspencer theme"
# vi mode # vi mode
set -l ps_vi "" set -l ps_vi ""
# if test "$fish_key_bindings" = "fish_vi_key_bindings" -o "$fish_key_bindings" = "my_fish_key_bindings" set ps_vi (fish_vi_prompt_cm)
set ps_vi (fish_vi_prompt_cm)
# end
# git # git
set -l ps_git "" set -l ps_git ""
......
...@@ -234,9 +234,7 @@ function fish_right_prompt -d "Write out the right prompt of the budspencer them ...@@ -234,9 +234,7 @@ function fish_right_prompt -d "Write out the right prompt of the budspencer them
# pwd # pwd
set -l ps_pwd "" set -l ps_pwd ""
# if test "$fish_key_bindings" = "fish_vi_key_bindings" -o "$fish_key_bindings" = "my_fish_key_bindings" set ps_pwd (fish_pwd_prompt_cm)
set ps_pwd (fish_pwd_prompt_cm)
# end
# right prompt # right prompt
echo -n $ps_duration $ps_git $ps_pwd echo -n $ps_duration $ps_git $ps_pwd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment