Commit ad1c260b372f398c3c6039765ef4064634b880bb

Prevent appearance of emojis in gdb
Author: xaizek
Author date (UTC): 2026-06-22 17:13
Committer name: xaizek
Committer date (UTC): 2026-06-22 17:14
Parent(s): 404e0c5d94409a6a7342e52b84b4fff41e598597
Signing key: 99DC5E4DB05F6BE2
Tree: 27f95d91d396e3336e9fdedf650db47801f0930e
File Lines added Lines deleted
gdbinit 3 0
File gdbinit changed (mode: 100644) (index 412bdc4..ead2169)
2 2 set history filename ~/.config/gdb/gdb_history set history filename ~/.config/gdb/gdb_history
3 3 set history save set history save
4 4 set history size unlimited set history size unlimited
5
6 # gdb, for fuck's sake...
7 set style emoji off
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master