backup: 2026-04-04 12:48

This commit is contained in:
Dmitry
2026-04-04 12:48:23 +03:00
parent ea5148bb0e
commit 0b34650704
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@
[credential]
# Кэшировать пароли на 1 час
helper = "!f() { /home/ada/.vscode-server/bin/e7fb5e96c0730b9deb70b33781f98e2f35975036/node /tmp/vscode-remote-containers-95cf22a9-f690-44dc-bc97-9c63d97505e1.js git-credential-helper $*; }; f"
helper = "!f() { /home/ada/.vscode-server/bin/e7fb5e96c0730b9deb70b33781f98e2f35975036/node /tmp/vscode-remote-containers-a5b5f662-89b2-4631-a1e9-74a4d6766f58.js git-credential-helper $*; }; f"
# ═══ URL shortcuts ══════════════════════════════════════════
+2
View File
@@ -190,3 +190,5 @@ alias sshp-fg='ssh -D 127.0.0.1:1080 fl-vps -v sleep 9999'
alias gbackup='git add . && git commit -m "backup: $(date +"%Y-%m-%d %H:%M")" && git push && git remote get-url upstream &>/dev/null && git push upstream || true'
alias db_rev='rails db:drop && rails db:create && rails db:migrate && rails db:seed'
alias dotfiles='$VISUAL ~/.dotfiles'
+1 -1
View File
@@ -4,7 +4,7 @@
# ═══ Основные пути ═════════════════════════════════════════
export EDITOR="${EDITOR:-nano}"
export VISUAL="${VISUAL:-code --wait}"
export VISUAL="${VISUAL:-code}"
export PAGER="less"
# ═══ XDG Base Directories ══════════════════════════════════