Update stuff

This commit is contained in:
Tobias Reisinger 2022-07-21 17:47:25 +02:00
parent e0d2922b81
commit 5216b386c3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 13 additions and 6 deletions
.config

View file

@ -70,6 +70,9 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso'
[ -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"