Compare commits
No commits in common. "88a7aba840d84eb80b0fe46c76b8435a1301d5c1" and "c730a1c8049a895d16f903df4a5f12833b60aa7a" have entirely different histories.
88a7aba840
...
c730a1c804
2 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
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