diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.config/htop/htoprc | 2 | ||||
-rw-r--r-- | dev/.gitconfig | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dev/.config/htop/htoprc b/dev/.config/htop/htoprc index 44afee9..6511397 100644 --- a/dev/.config/htop/htoprc +++ b/dev/.config/htop/htoprc @@ -17,7 +17,7 @@ highlight_changes=0 highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 -show_merged_command=1 +show_merged_command=0 tree_view=0 tree_view_always_by_pid=0 header_margin=1 diff --git a/dev/.gitconfig b/dev/.gitconfig index 725abf9..ef1d718 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -1,6 +1,7 @@ [user] email = mcsinyx@disroot.org name = Nguyễn Gia Phong + signingkey = E90E11B80493343B6132E39427148B2C06A2224B [diff] tool = vimdiff guitool = gvimdiff @@ -20,3 +21,5 @@ rebase = true [init] defaultBranch = main +[trailer "sign"] + key = Signed-off-by |