This shows you the differences between two versions of the page.
title_examples [2016/11/11 12:49] 131.188.78.95 added tcsh example for non-Linux systems |
title_examples [2016/11/11 12:50] (current) 131.188.78.95 Typo |
||
---|---|---|---|
Line 57: | Line 57: | ||
On non-Linux systems like (Free)BSD or Solaris you may use the POSIX version with printf: | On non-Linux systems like (Free)BSD or Solaris you may use the POSIX version with printf: | ||
<code> | <code> | ||
- | alias postcmd 'printf "\033k\!#\033\\"' | + | alias postcmd 'printf "\033k\!#:0\033\\"' |
</code> | </code> | ||