function gdbp --description 'Attach to a python process' gdb python3 (ps -ef | fzf | awk '{print $2}' | head -1) end