summaryrefslogtreecommitdiff
path: root/etc/ksh.kshrc
AgeCommit message (Collapse)Author
2008-08-24remove the ls=ls -gCF alias: we already have an alias for ls (-CF),Jason McIntyre
and now that the behaviour of -g has changed to be more in line with posix, we get group ID by default anyway; kick started by PR 5784 from Jacek Masiulaniec; discussed with otto and sobrado; ok deraadt millert
2005-02-07indentation whitespace nitsDavid Krause
2002-12-08Remove special case code for sun/xterm that faked a DISPLAY andMarco S Hyman
set the erase character to something other than probably desired. 'I don't object' millert@
2002-10-16when using this file, label and ilabel set the term 'title' and icon labels.Todd T. Fries
they do this by sending to stdout. commands like: 'ftp -o - ftp://blah/foo>foo' do not like having data added to the output stream. since we only define these two functions in an environment where /dev/tty exists, send output to /dev/tty to make sure it does not corrupt the output stream of commands.
2002-05-30space nitsTheo de Raadt
2001-11-19zap trailing spaces and tabsTheo de Raadt
2001-04-30fix function wcd so "cd x && y" returns an appropriate error when x does not ↵Marco S Hyman
exist
2000-09-21add ssh to the list of apps to 'cleanup titles afterwards' when used with anTodd T. Fries
xterm or equivalent
2000-01-27Don't bind arrow keys in pdksh, the binding are already there by default.Todd C. Miller
1999-11-20Fix cd/wcd aliases. Closes PR #981Todd C. Miller
1998-03-22fix ksh.kshrc; check ksh.kshrc, .kshrc for owner/mode/pathMarco S Hyman
1996-12-16changed not to hardcode sun console name as "console"kstailey
1996-08-14Add /etc/ksh.kshrc.Jason Downs