bash, zsh: escape fixterm escape
This commit is contained in:
parent
26cbd737e9
commit
358502ea3a
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ fsf() {
|
|||
}
|
||||
|
||||
beep() { printf $'\007' }
|
||||
fixterm() { printf $'c' }
|
||||
fixterm() { printf $'\u001bc' }
|
||||
|
||||
diff() { command diff --color $@ }
|
||||
tailf() { command less +F $@ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue