diff --git a/inputrc b/inputrc index 4b1cde8..53e4b79 100644 --- a/inputrc +++ b/inputrc @@ -51,9 +51,6 @@ set input-meta on set output-meta on set convert-meta off -# Use Alt/Meta+Delete to delete the preceding word -"\e[3;3~": kill-word - # Delete for wonky terminals "\e[3~": delete-char diff --git a/sync.py b/sync.py index eef4e56..c9e1ab3 100755 --- a/sync.py +++ b/sync.py @@ -9,7 +9,7 @@ Source: https://gist.github.com/490016 import os import glob -EXCLUDE = ['tools', 'color', 'sync.py', 'Readme.md'] +EXCLUDE = ['tools', 'color', 'setup',' sync.py', 'Readme.md'] NO_DOT_PREFIX = ['bin'] def force_remove(path):