Improve yadm and other configs

This commit is contained in:
Tobias Reisinger 2023-10-19 02:20:28 +02:00
parent 0ca2831d05
commit d1094ae994
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 24 additions and 7 deletions
.config

View file

@ -82,6 +82,6 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash -I --one-file-system -v'
[ -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"'
[ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local"