chmod -x ~/bin/old_tool && mv ~/bin/old_tool ~/bin/old_tool.disabled Never blindly delete from /bin , /sbin , /lib , /etc . What seems “optional” to you may be critical.
Example: ls is in /bin . Deleting it makes even fg impossible.
Make it executable: