Adjust size

This commit is contained in:
Corey Smith
2025-10-13 00:18:43 -07:00
parent b5f733f750
commit bfcbca14ce
2 changed files with 4 additions and 2 deletions

View File

@ -311,6 +311,8 @@ alias ls='ls -CG'
alias .='pwd'
alias d='chezmoi'
for i in $(seq 2 8); do
dots=$(printf '.%.0s' $(seq 1 $i))
paths=$(printf '../%.0s' $(seq 1 $((i - 1))))