![]() |
|
|||||||
| FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
what should it do? Just asking...
I use cntl-U to erase the current line
__________________
using /LOOKAT/ with /var/db/pkg files and portmaster/aliases/pipes/find/grep to meteorically speedup port upgrades/installs... |
|
||||
|
Did you try this from the FreeBSD FAQ section 4.5.8
Quote:
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
||||
|
Quote:
|
|
||||
|
Just to add that you can automate the Carpetsmoker's suggestion.
This is the part of my .cshrc as shown above: Code:
if ($TERM == "xterm") then
set prompt="%{\033]0;%n@%m:%~\007%}%h:%n@%m\:%~\%%{\033[0m%} "
bindkey ^[[3~ delete-char
else
set prompt="%h:%n@%m\:%~\% "
bindkey ^? delete-char
endif
|
![]() |
| Tags |
| console, freebsd console |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delete compilers to cross compile | revzalot | OpenBSD Installation and Upgrading | 9 | 28th August 2009 08:06 PM |
| Cannot delete it.... | graudeejs | FreeBSD General | 9 | 20th July 2008 12:45 PM |
| Delete Files By Schedule | plexter | OpenBSD General | 12 | 4th June 2008 10:15 PM |
| How to delete account? | khdf | Feedback and Suggestions | 5 | 9th May 2008 09:05 PM |