mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2025-06-13 13:03:54 +00:00
4 lines
111 B
Fish
4 lines
111 B
Fish
function fish_user_key_bindings
|
|
bind ' ' __bobthefish_dir_length # toggle PWD on NORMAL with `space bar`
|
|
end
|