Compare commits
2 commits
c730a1c804
...
88a7aba840
Author | SHA1 | Date | |
---|---|---|---|
![]() |
88a7aba840 | ||
![]() |
62339eef0b |
2 changed files with 3 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue