Skip to content

Commit

Permalink
+ env: gdb: use a combined gdb tui input history file in home dir
Browse files Browse the repository at this point in the history
otherwise, it puts individual ones in every cwd where gdb is invoked,
which doesn't help us use commands that were entered in other projects
but which we do not remember
  • Loading branch information
smemsh committed Jul 31, 2024
1 parent cb98c51 commit eca8e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.d/env
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ esetenv RI "-f ansi" # ruby rdoc ri

esetenv LYNX_CFG $HOME/.lynxrc

esetenv GDBHISTFILE $HOME/.gdb_history # uses cwd if not set

esetenv LESS "-iSQRF#3"
esetenv PAGER "less"
esetenv MANPAGER "$PAGER -s"
Expand Down

0 comments on commit eca8e46

Please sign in to comment.