diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 81eed5e92..1a1df3062 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -1,3 +1,5 @@ +bindkey "^[[3~" delete-char + function savepath() { pwd > ~/.current_path~ }