dotfiles_fish/conf.d/fish_functions.fish
2026-05-25 14:18:36 +05:30

8 lines
137 B
Fish

function indent_python
python3 /opt/misc_scripts/fix_indent.py $argv
end
function fish_user_key_bindings
fzf --fish | source
end