On Tue, Feb 23, 2010 at 10:37 AM, Beni Cherniavsky <[email protected]> wrote: > The X clipboard integration is more annoying than helpful to me. Is there a > simple way I could just disable it?
Assuming that ~/bin/ is in your PATH environment variable, you can just alias the `xsel` binary to `true` which always exits with status 0: ln -s /bin/true ~/bin/xsel Quick and dirty, but it works for me. :-) ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
