Add ssh config to encrypted files

This commit is contained in:
Tobias Reisinger 2023-10-19 02:29:38 +02:00
parent d1094ae994
commit 9b69963b6e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 2 additions and 1 deletions

View file

@ -79,7 +79,7 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v nvim)" ] && alias vim='nvim' [ -x "$(command -v nvim)" ] && alias vim='nvim'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash -I --one-file-system -v' [ -x "$(command -v rmtrash)" ] && alias rm='rmtrash -I --one-file-system'
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash' [ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'
[ ! -x "$(command -v yadm)" ] && alias yadm='git --git-dir="$HOME/.local/share/yadm/repo.git"' [ ! -x "$(command -v yadm)" ] && alias yadm='git --git-dir="$HOME/.local/share/yadm/repo.git"'

View file

@ -1 +1,2 @@
.config/env.d/99-secrets .config/env.d/99-secrets
.ssh/config

Binary file not shown.