Add ssh config to encrypted files
This commit is contained in:
parent
d1094ae994
commit
9b69963b6e
3 changed files with 2 additions and 1 deletions
|
@ -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"'
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
.config/env.d/99-secrets
|
.config/env.d/99-secrets
|
||||||
|
.ssh/config
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue