Update stuff
This commit is contained in:
parent
e0d2922b81
commit
5216b386c3
6 changed files with 13 additions and 6 deletions
.config
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue