configs: fix hardcoded paths, remove stale entries, deduplicate

This commit is contained in:
Dmitry
2026-05-13 19:26:35 +03:00
parent 7bbb3253e5
commit d48456d45c
6 changed files with 84 additions and 171 deletions
+2 -12
View File
@@ -26,7 +26,7 @@
# -X: не очищать экран при выходе
# -S: не переносить длинные строки
pager = less -FRXS
excludesfile = /home/ada/.gitignore_global
excludesfile = ~/.gitignore_global
quotepath = false
[init]
@@ -99,8 +99,6 @@
# Показать изменения в файле
blame = blame -w -M -C
# Быстрое переключение веток
switch = checkout
sw = checkout
# Создать и переключиться на новую ветку
@@ -120,7 +118,7 @@
# Stash
sl = stash list
sa = stash apply
ss = stash save
ss = stash push
sp = stash pop
# Показать файлы в коммите
@@ -203,10 +201,6 @@
# Автоматически исправлять опечатки в командах (после 0.1 сек)
autocorrect = 10
[credential]
# Кэшировать пароли на 1 час
helper = "!f() { /home/ada/.vscode-server/bin/034f571df509819cc10b0c8129f66ef77a542f0e/node /tmp/vscode-remote-containers-74c967a4-73e0-49df-becb-327a6131f426.js git-credential-helper $*; }; f"
# ═══ URL shortcuts ══════════════════════════════════════════
[url "git@github.com:"]
@@ -227,7 +221,3 @@
process = git-lfs filter-process
required = true
# ═══ Ваши дополнительные настройки ═════════════════════════
# Добавьте свои настройки ниже
[safe]
directory = /home/ada/Documents/Projects/DZR/attendance_mephi