Compare commits

...

2 commits

Author SHA1 Message Date
Lockszmith (VAST@MacBook)
88a7aba840 ll-cz introduced, filtering out remove_ prefixed 2025-04-23 09:47:12 -04:00
Lockszmith (VAST@MacBook)
62339eef0b better pager settings 2025-04-23 09:42:45 -04:00
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
if is_cmd 'chezmoi'; then
alias cz="chezmoi "
alias ll-cz='ll --color=always | grep -v remove_ '
eval "$( chezmoi completion "${SHELL##*/}" | sed -Ee 's/(complete -o default .* chezmoi)/\1 cz/' )"
export CHEZMOI_GITHUB_ACCESS_TOKEN={{- .githubToken | quote }}

View file

@ -22,8 +22,8 @@ is_cmd ov \
&& export PAGER="ov --wrap=false "
if is_cmd bat; then
alias less='bat --wrap=never --style=plain '
alias cat='bat --wrap=never '
alias less='cat '
elif is_cmd moar; then
alias less="moar " \
&& export PAGER=moar