Skip to content
Snippets Groups Projects
Commit d8ca5d14 authored by Joseph Tannhuber's avatar Joseph Tannhuber
Browse files

Obsolete code removed

parent 8713d302
Branches
No related merge requests found
......@@ -122,9 +122,7 @@ function fish_prompt -d "Write out the left prompt of the budspencer theme"
# vi mode
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)
# end
set ps_vi (fish_vi_prompt_cm)
# git
set -l ps_git ""
......
......@@ -234,9 +234,7 @@ function fish_right_prompt -d "Write out the right prompt of the budspencer them
# 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)
# end
set ps_pwd (fish_pwd_prompt_cm)
# right prompt
echo -n $ps_duration $ps_git $ps_pwd
......
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