Tweaks.
This commit is contained in:
parent
99ec90e001
commit
c0154f7dc3
3
inputrc
3
inputrc
@ -51,9 +51,6 @@ set input-meta on
|
|||||||
set output-meta on
|
set output-meta on
|
||||||
set convert-meta off
|
set convert-meta off
|
||||||
|
|
||||||
# Use Alt/Meta+Delete to delete the preceding word
|
|
||||||
"\e[3;3~": kill-word
|
|
||||||
|
|
||||||
# Delete for wonky terminals
|
# Delete for wonky terminals
|
||||||
"\e[3~": delete-char
|
"\e[3~": delete-char
|
||||||
|
|
||||||
|
2
sync.py
2
sync.py
@ -9,7 +9,7 @@ Source: https://gist.github.com/490016
|
|||||||
import os
|
import os
|
||||||
import glob
|
import glob
|
||||||
|
|
||||||
EXCLUDE = ['tools', 'color', 'sync.py', 'Readme.md']
|
EXCLUDE = ['tools', 'color', 'setup',' sync.py', 'Readme.md']
|
||||||
NO_DOT_PREFIX = ['bin']
|
NO_DOT_PREFIX = ['bin']
|
||||||
|
|
||||||
def force_remove(path):
|
def force_remove(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user