mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 06:24:57 +08:00
pudb
This commit is contained in:
parent
ee09f3b372
commit
06a0cf82a4
3 changed files with 24 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -30,3 +30,6 @@
|
|||
!/jesseduffield/
|
||||
/jesseduffield/lazygit/*
|
||||
!/jesseduffield/lazygit/config.yml
|
||||
!/pudb/
|
||||
/pudb/*
|
||||
!/pudb/pudb.cfg
|
||||
|
|
|
|||
20
pudb/pudb.cfg
Normal file
20
pudb/pudb.cfg
Normal file
|
|
@ -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
|
||||
|
||||
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue