aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-11-14 09:32:47 +0100
committerKarel Kočí <cynerd@email.cz>2022-11-14 09:34:17 +0100
commit512c64c97d00b05b251a9bfa591bf6a6779b5989 (patch)
tree2a3c534be8ef03ee170bd5b6686f43059fc37893
parentaadcab7a7bdb9e2fbbf726484d962ca9d2eef7fb (diff)
downloadmyconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.tar.gz
myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.tar.bz2
myconfigs-512c64c97d00b05b251a9bfa591bf6a6779b5989.zip
Add .pdbrc
-rwxr-xr-xinstall1
-rw-r--r--pdbrc2
m---------private0
3 files changed, 3 insertions, 0 deletions
diff --git a/install b/install
index e00c114..0af5716 100755
--- a/install
+++ b/install
@@ -56,6 +56,7 @@ if ask "vim" "Install VIM scripts"; then
fi
if ask "dev" "Development tools configuration"; then
+ inst pdbrc ~/.pdbrc
inst config/pycodestyle ~/.config/pycodestyle
inst flake8 ~/.flake8
inst pylintrc ~/.pylintrc
diff --git a/pdbrc b/pdbrc
new file mode 100644
index 0000000..8ad9968
--- /dev/null
+++ b/pdbrc
@@ -0,0 +1,2 @@
+import rlcompleter
+pdb.Pdb.complete=rlcompleter.Completer(locals()).complete
diff --git a/private b/private
-Subproject 579157099a6b1606c3e2cddca14d9956bbbba1d
+Subproject 1a889e620ed9e0800f06b910d82f5482c2292c2