Add conditionals for moar (pager)

This commit is contained in:
Tobias Reisinger 2022-12-13 02:28:43 +01:00
parent ecd77c15ee
commit c9aab14f10
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 6 additions and 0 deletions
.config

View file

@ -68,6 +68,8 @@ 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 --group-directories-first'
[ -x "$(command -v moar)" ] && alias less='moar'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash'
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'