Remove unused configs

This commit is contained in:
Tobias Reisinger 2022-10-04 23:45:06 +02:00
parent 3adb1783fb
commit 36bf6793a4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 0 additions and 1626 deletions
.config

View file

@ -68,6 +68,4 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash'
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
[ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local"