Address issues that cause shell lines to break

This commit is contained in:
2025-04-05 16:37:09 -04:00
committed by Andrew R. M.
parent f9040142cd
commit 1e340b2a52
2 changed files with 10 additions and 7 deletions

View File

@@ -48,6 +48,8 @@ alias ping="ping -c 4"
# Show progress while syncing
alias rsync="rsync --progress"
# Force a newline at the end of curl responses to prevent artifacting
alias curl="curl -w '\n'"
#{- SHELL INTROSPECTION -}#