summaryrefslogtreecommitdiffstats
path: root/etc/ksh.kshrc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove default ls -C alias.mpf2018-05-161-2/+2
* zap *_path() functionskn2018-02-181-24/+1
* Remove the ':' at the beginning of ksh.kshrc.rpe2017-11-051-2/+1
* Replace ps | grep with pgrep and use && instead of if-then-fi.tb2017-11-021-4/+2
* Replace some `eval` with $(eval) for consistency and usetb2017-07-151-7/+7
* Do the same with less code.rpe2016-09-141-6/+4
* Unbreak ksh.kshrc by using a MI way of finding out the console device name.rpe2016-09-101-2/+2
* Simplify setting the USER and UID variables.rpe2016-09-101-4/+3
* Remove remnants of rlogin, it's long gone (2002).rpe2016-09-101-3/+1
* Identationrpe2016-09-101-10/+10
* Convert [] to ksh style [[]] tests.rpe2016-09-091-5/+5
* Resurrect the detection of the console device that got lost a long time ago.rpe2016-09-091-1/+4
* Remove old cruft, that make no sense at all on OpenBSD.rpe2015-02-181-24/+4
* Introducing a nifty _ignore function makes the file neater and easierhalex2014-07-111-39/+13
* revert last commithalex2014-07-111-13/+13
* I hate eval. Apart from when it's really needed.halex2014-07-091-13/+13
* use "function X" rather than "X ()" since for the former, preceding parameterhalex2011-07-041-13/+13
* don't throw away exit status of various commands; ok sthen@ dcoppa@ halex@otto2010-04-261-1/+13
* fix ksh ftp wrapper so argvs aren't split before passing; makingmartynas2009-08-071-2/+2
* remove the ls=ls -gCF alias: we already have an alias for ls (-CF),jmc2008-08-241-2/+1
* indentation whitespace nitsdavid2005-02-071-8/+8
* Remove special case code for sun/xterm that faked a DISPLAY andmarc2002-12-081-25/+1
* when using this file, label and ilabel set the term 'title' and icon labels.todd2002-10-161-3/+3
* space nitsderaadt2002-05-301-2/+2
* zap trailing spaces and tabsderaadt2001-11-191-8/+8
* fix function wcd so "cd x && y" returns an appropriate error when x does not existmarc2001-04-301-2/+2
* add ssh to the list of apps to 'cleanup titles afterwards' when used with antodd2000-09-211-1/+8
* Don't bind arrow keys in pdksh, the binding are already there by default.millert2000-01-271-11/+1
* Fix cd/wcd aliases. Closes PR #981millert1999-11-201-3/+2
* fix ksh.kshrc; check ksh.kshrc, .kshrc for owner/mode/pathmarc1998-03-221-5/+4
* changed not to hardcode sun console name as "console"kstailey1996-12-161-3/+5
* Add /etc/ksh.kshrc.downsj1996-08-141-0/+211