From 06a0cf82a46ae31951cff75f660ac20d7f10cdea Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 29 Jan 2020 22:44:06 -0800 Subject: [PATCH] pudb --- .gitignore | 3 +++ pudb/pudb.cfg | 20 ++++++++++++++++++++ zsh/zshrc | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 pudb/pudb.cfg diff --git a/.gitignore b/.gitignore index 6410831..d472c12 100755 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ !/jesseduffield/ /jesseduffield/lazygit/* !/jesseduffield/lazygit/config.yml +!/pudb/ +/pudb/* +!/pudb/pudb.cfg diff --git a/pudb/pudb.cfg b/pudb/pudb.cfg new file mode 100644 index 0000000..ccc8d69 --- /dev/null +++ b/pudb/pudb.cfg @@ -0,0 +1,20 @@ +[pudb] +breakpoints_weight = 1 +current_stack_frame = top +custom_shell = +custom_stringifier = +custom_theme = +default_variables_access_level = all +display = auto +hide_cmdline_win = False +line_numbers = True +prompt_on_quit = True +seen_welcome = e036 +shell = internal +sidebar_width = 0.5 +stack_weight = 1 +stringifier = str +theme = monokai-256 +variables_weight = 1 +wrap_variables = True + diff --git a/zsh/zshrc b/zsh/zshrc index 955eb81..8af2fc1 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -21,8 +21,8 @@ alias l='ls -la' alias lg='lazygit' alias ms='mailsync' alias mt='neomutt' -alias nv='nvim' alias r='echo $RANGER_LEVEL' +alias pu='python3 -m pudb' alias ra='ranger' # ra() { #if [ -z "$RANGER_LEVEL" ]