1
0
Fork 0

bash, zsh: escape fixterm escape

This commit is contained in:
Von Random 2024-09-05 18:33:30 +03:00
parent 26cbd737e9
commit 358502ea3a
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ fsf() {
}
beep() { printf $'\007' }
fixterm() { printf $'c' }
fixterm() { printf $'\u001bc' }
diff() { command diff --color $@ }
tailf() { command less +F $@ }