halex
4b8a062fa4
Introducing a nifty _ignore function makes the file neater and easier
to maintain. The eval's must stay to make the aliases expand at run
time instead of at parse time.
ok krw@
10 years ago
halex
0bc02fc15f
revert last commit
eval seems to be needed for reaching the aliases which otherwise aren't
available from within functions...
10 years ago
halex
ebec654dde
I hate eval. Apart from when it's really needed.
Eval'ing constant expressions is not such a case.
"...fine with me" krw@
10 years ago
halex
557825f651
use "function X" rather than "X ()" since for the former, preceding parameter
assignments function calls are not surprisingly polluting your shell environment
"makes sense" krw@, ok tedu@ guenther@
13 years ago
otto
8378994e98
don't throw away exit status of various commands; ok sthen@ dcoppa@ halex@
14 years ago
martynas
f4f95da364
fix ksh ftp wrapper so argvs aren't split before passing; making
urls with spaces work. ok sthen@
15 years ago
jmc
16e5222589
remove the ls=ls -gCF alias: we already have an alias for ls (-CF),
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
16 years ago
david
2fc21edae2
indentation whitespace nits
20 years ago
marc
7ad26b539b
Remove special case code for sun/xterm that faked a DISPLAY and
22 years ago
todd
03c100e65d
when using this file, label and ilabel set the term 'title' and icon labels.
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.
22 years ago
deraadt
950d3e558c
space nits
22 years ago
deraadt
d8ad086ce4
zap trailing spaces and tabs
23 years ago
marc
393e4823a7
fix function wcd so "cd x && y" returns an appropriate error when x does not exist
23 years ago
todd
426984c2e9
add ssh to the list of apps to 'cleanup titles afterwards' when used with an
xterm or equivalent
24 years ago
millert
042b0288fa
Don't bind arrow keys in pdksh, the binding are already there by default.
25 years ago
millert
a291f3eb91
Fix cd/wcd aliases. Closes PR #981
25 years ago
marc
0b582277ad
fix ksh.kshrc; check ksh.kshrc, .kshrc for owner/mode/path
27 years ago
kstailey
33d89cb3fa
changed not to hardcode sun console name as "console"
28 years ago
downsj
5a37a59fda
Add /etc/ksh.kshrc.
28 years ago