From 512c64c97d00b05b251a9bfa591bf6a6779b5989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 14 Nov 2022 09:32:47 +0100 Subject: Add .pdbrc --- install | 1 + pdbrc | 2 ++ private | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 pdbrc 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 index 5791570..1a889e6 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 579157099a6b1606c3e2cddca14d9956bbbba1d3 +Subproject commit 1a889e620ed9e0800f06b910d82f5482c2292c27 -- cgit v1.2.3